From: Moritz Bunkus Date: Mon, 14 Jan 2013 08:59:10 +0000 (+0100) Subject: Trailing comma entfernt X-Git-Tag: release-3.1.0beta1~706 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=dea7951facd9e423ba5744f0832a5decc525331c;p=kivitendo-erp.git Trailing comma entfernt PostgreSQL mag diese nicht. --- diff --git a/sql/Pg-upgrade2/csv_import_report_cache.sql b/sql/Pg-upgrade2/csv_import_report_cache.sql index e3f5cd40e..34fbdf649 100644 --- a/sql/Pg-upgrade2/csv_import_report_cache.sql +++ b/sql/Pg-upgrade2/csv_import_report_cache.sql @@ -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, - numrows INTEGER NOT NULL, + numrows INTEGER NOT NULL ); CREATE TABLE csv_import_report_rows (