From: Sven Schöling Date: Fri, 10 Aug 2012 09:22:22 +0000 (+0200) Subject: Rose Upgrade für custom_variables X-Git-Tag: release-3.0.0beta1~297^2~5 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=11da4a00c2c8b1148634a368ec7170b19e7ba0ab;p=kivitendo-erp.git Rose Upgrade für custom_variables --- diff --git a/SL/DB/MetaSetup/CustomVariable.pm b/SL/DB/MetaSetup/CustomVariable.pm index bb2380a39..be839d921 100644 --- a/SL/DB/MetaSetup/CustomVariable.pm +++ b/SL/DB/MetaSetup/CustomVariable.pm @@ -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' ],