rdbo: allow_inline_columns für 4 tabellen
[kivitendo-erp.git] / SL / DB / MetaSetup / Customer.pm
index 1279c4e..8735268 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',