X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-sql%2Finit%2F011_reporter_tables.sql;fp=mig-sql%2Finit%2F011_reporter_tables.sql;h=0000000000000000000000000000000000000000;hp=5a0bc7727405dbe9be96fa430064f48c01e7d7a0;hb=155eb9eac077ca803f75d1295e584e7012e1b883;hpb=69588457ab8f70fbb77af29cc0653933d24ed2ac diff --git a/mig-sql/init/011_reporter_tables.sql b/mig-sql/init/011_reporter_tables.sql deleted file mode 100644 index 5a0bc77..0000000 --- a/mig-sql/init/011_reporter_tables.sql +++ /dev/null @@ -1,5 +0,0 @@ -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); - -