]> wagnertech.de Git - mfinanz.git/blobdiff - sql/Pg-upgrade2/csv_import_report_cache.sql
epic-ts
[mfinanz.git] / sql / Pg-upgrade2 / csv_import_report_cache.sql
index e3f5cd40effd70c1d4c009ec0569a31d8b2ee983..88bec343bc0edff470d705ae26cd7c52a4cb78e6 100644 (file)
@@ -1,7 +1,6 @@
 -- @tag: csv_import_report_cache
 -- @description: Csv Import Cache
 -- @depends: csv_import_profiles_2
--- @encoding: utf-8
 
 CREATE TABLE csv_import_reports (
   id                   SERIAL PRIMARY KEY,
@@ -9,7 +8,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 (