]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Trailing comma entfernt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 14 Jan 2013 08:59:10 +0000 (09:59 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 14 Jan 2013 08:59:10 +0000 (09:59 +0100)
PostgreSQL mag diese nicht.

sql/Pg-upgrade2/csv_import_report_cache.sql

index e3f5cd40effd70c1d4c009ec0569a31d8b2ee983..34fbdf64916a842d3c21d9cd470ee6b6f5a43a6a 100644 (file)
@@ -9,7 +9,7 @@ CREATE TABLE csv_import_reports (
   profile_id           INTEGER NOT NULL REFERENCES csv_import_profiles(id),
   type                 TEXT NOT NULL,
   file                 TEXT NOT NULL,
   profile_id           INTEGER NOT NULL REFERENCES csv_import_profiles(id),
   type                 TEXT NOT NULL,
   file                 TEXT NOT NULL,
-  numrows              INTEGER NOT NULL,
+  numrows              INTEGER NOT NULL
 );
 
 CREATE TABLE csv_import_report_rows (
 );
 
 CREATE TABLE csv_import_report_rows (