]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
.mailmap für git-shortlog -s
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index f762f34709ecb5e039e78255c59b0f3da9031071..96c4b0f1fff0bf67b844187013dbf12eae92f743 100644 (file)
@@ -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' },