X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e09f2da35e02b34569254b5d1550aa5dd287761f..35cfcb1b52f6e3397f14d2d3e39e82cd604f0aa3:/SL/DB/MetaSetup/Default.pm diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index f762f3470..96c4b0f1f 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -84,6 +84,7 @@ __PACKAGE__->meta->columns( project_type_id => { type => 'integer' }, purchase_delivery_order_show_delete => { type => 'boolean', default => 'true' }, purchase_order_show_delete => { type => 'boolean', default => 'true' }, + quick_search_modules => { type => 'array' }, reqdate_interval => { type => 'integer', default => '0' }, require_transaction_description_ps => { type => 'boolean', default => 'false', not_null => 1 }, requirement_spec_section_order_part_id => { type => 'integer' }, @@ -135,6 +136,7 @@ __PACKAGE__->meta->foreign_keys( class => 'SL::DB::Chart', key_columns => { ar_chart_id => 'id' }, }, + bin => { class => 'SL::DB::Bin', key_columns => { bin_id => 'id' },