X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5ee95a8f01b5854ca9d5acf5d80c23dbe564c19f..11da4a00c2c8b1148634a368ec7170b19e7ba0ab:/SL/DB/MetaSetup/CustomVariable.pm 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' ],