Rose Upgrade für custom_variables
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 10 Aug 2012 09:22:22 +0000 (11:22 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 10 Aug 2012 09:22:22 +0000 (11:22 +0200)
SL/DB/MetaSetup/CustomVariable.pm

index bb2380a..be839d9 100644 (file)
@@ -19,7 +19,7 @@ __PACKAGE__->meta->setup(
     number_value    => { type => 'numeric', precision => 5, scale => 25 },
     itime           => { type => 'timestamp', default => 'now()' },
     mtime           => { type => 'timestamp' },
-    sub_module      => { type => 'text' },
+    sub_module      => { type => 'text', default => '', not_null => 1 },
   ],
 
   primary_key_columns => [ 'id' ],