rdbo: allow_inline_columns für 4 tabellen
[kivitendo-erp.git] / SL / DB / MetaSetup / Department.pm
index 93aa92c..9216014 100644 (file)
@@ -17,6 +17,8 @@ __PACKAGE__->meta->setup(
   ],
 
   primary_key_columns => [ 'id' ],
+
+  allow_inline_column_values => 1,
 );
 
 1;