misc fixes
[migration-tools.git] / mig-sql / init / 011_reporter_tables.sql
index 43bff39..5a0bc77 100644 (file)
@@ -1,4 +1,4 @@
-CREATE TABLE report (id SERIAL, create_date TIMESTAMPZ, name TEXT);
+CREATE TABLE report (id SERIAL, create_date TIMESTAMPTZ, name TEXT);
 CREATE TABLE reporter_columns (id SERIAL, report INTEGER, header TEXT, ordinal_position INTEGER);
 CREATE TABLE reporter_rows (id SERIAL, report INTEGER, row INTEGER, ordinal_position INTEGER);