X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8084ef359515031ec8429b49baf0ab09858f55d2..eb9291da8005a57ecff6f3c2a93a2bf9b6079d37:/SL/DB/MetaSetup/Department.pm diff --git a/SL/DB/MetaSetup/Department.pm b/SL/DB/MetaSetup/Department.pm index 1d1d95709..93aa92cdc 100644 --- a/SL/DB/MetaSetup/Department.pm +++ b/SL/DB/MetaSetup/Department.pm @@ -12,14 +12,11 @@ __PACKAGE__->meta->setup( columns => [ id => { type => 'integer', not_null => 1, sequence => 'id' }, description => { type => 'text' }, - role => { type => 'character', default => 'P', length => 1 }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, ], primary_key_columns => [ 'id' ], - - allow_inline_column_values => 1, ); 1;