X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomVariable.pm;h=be839d9215811d72df4c91a01c75a81cec9629a5;hb=21daf701fac24bbc753abae8d8f5f6b8bcf984f7;hp=bb2380a39e67e947d1230a56b4d6071bfbe2d649;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git 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' ],