]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/CsvImportReport.pm
Vergessen AuditTrail als DB-Objekt zu löschen
[kivitendo-erp.git] / SL / DB / MetaSetup / CsvImportReport.pm
index 9b2fc3972d565d536d5c1940d9c66e19d9e21c3c..3a8433c51dfebaf1fc6ca33993960355ab272841 100644 (file)
@@ -11,6 +11,7 @@ __PACKAGE__->meta->table('csv_import_reports');
 __PACKAGE__->meta->columns(
   file       => { type => 'text', not_null => 1 },
   id         => { type => 'serial', not_null => 1 },
+  numheaders => { type => 'integer', not_null => 1 },
   numrows    => { type => 'integer', not_null => 1 },
   profile_id => { type => 'integer', not_null => 1 },
   session_id => { type => 'text', not_null => 1 },