X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-sql%2Finit%2F011_reporter_tables.sql;h=5a0bc7727405dbe9be96fa430064f48c01e7d7a0;hp=43bff3996767aadc77c90f678cee7f657bd6a920;hb=45dadf9e69e8ca838986d357406f456222ca55a2;hpb=ab57bcd894631f2952e28fca3ee548c6334fa6f1 diff --git a/mig-sql/init/011_reporter_tables.sql b/mig-sql/init/011_reporter_tables.sql index 43bff39..5a0bc77 100644 --- a/mig-sql/init/011_reporter_tables.sql +++ b/mig-sql/init/011_reporter_tables.sql @@ -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);