X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/63f2cbc1aeb2051fe9cb34ddc0d39801a9db7346..287e81e0c99c7e203b9c78bcd6a1cf1a7c28d6f6:/sql/Pg-upgrade2/csv_import_report_cache.sql 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 (