X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4fd22b569d4436293e0a9d364d7356b5bfc503e5..d923657bfe51ecefcda04af4f8d6be66fef498e8:/SL/DB/MetaSetup/CustomVariable.pm?ds=sidebyside 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' ],