Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt
[kivitendo-erp.git] / SL / DB / MetaSetup / CsvImportReport.pm
index cdc4f77..4b61a2a 100644 (file)
@@ -15,6 +15,7 @@ __PACKAGE__->meta->setup(
     profile_id => { type => 'integer', not_null => 1 },
     type       => { type => 'text', not_null => 1 },
     file       => { type => 'text', not_null => 1 },
+    numrows    => { type => 'integer' },
   ],
 
   primary_key_columns => [ 'id' ],