Warnung unterdrücken
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 7406c22..53ecc68 100644 (file)
@@ -46,6 +46,7 @@ __PACKAGE__->meta->setup(
     accounting_method          => { type => 'text' },
     inventory_system           => { type => 'text' },
     profit_determination       => { type => 'text' },
+    language_id                => { type => 'integer' },
   ],
 
   primary_key_columns => [ 'id' ],