Revision dea7951f
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
sql/Pg-upgrade2/csv_import_report_cache.sql | ||
---|---|---|
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 (
|
Auch abrufbar als: Unified diff
Trailing comma entfernt
PostgreSQL mag diese nicht.