X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f737afd4e4732794175ad8c381850fa78959e482..187c4ee192da9281f42800e6ac8ae08f23d9a9d6:/SL/DB/MetaSetup/CustomVariableConfig.pm diff --git a/SL/DB/MetaSetup/CustomVariableConfig.pm b/SL/DB/MetaSetup/CustomVariableConfig.pm index af6d69084..684d22917 100644 --- a/SL/DB/MetaSetup/CustomVariableConfig.pm +++ b/SL/DB/MetaSetup/CustomVariableConfig.pm @@ -11,6 +11,7 @@ __PACKAGE__->meta->table('custom_variable_configs'); __PACKAGE__->meta->columns( default_value => { type => 'text' }, description => { type => 'text', not_null => 1 }, + first_tab => { type => 'boolean', default => 'false', not_null => 1 }, flags => { type => 'text' }, id => { type => 'integer', not_null => 1, sequence => 'custom_variable_configs_id' }, includeable => { type => 'boolean', not_null => 1 },