rdbo: allow_inline_columns für 4 tabellen
[kivitendo-erp.git] / SL / DB / MetaSetup / Vendor.pm
index e32563f..6511ea2 100644 (file)
@@ -58,6 +58,8 @@ __PACKAGE__->meta->setup(
 
   primary_key_columns => [ 'id' ],
 
+  allow_inline_column_values => 1,
+
   foreign_keys => [
     business => {
       class       => 'SL::DB::Business',