X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fcsv_import_report_cache.sql;h=34fbdf64916a842d3c21d9cd470ee6b6f5a43a6a;hb=82053b457be3de2ee5285dc13633222f4d30802c;hp=e3f5cd40effd70c1d4c009ec0569a31d8b2ee983;hpb=63f2cbc1aeb2051fe9cb34ddc0d39801a9db7346;p=kivitendo-erp.git 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 (