Merge branch 'master' of git.esilibrary.com:migration-tools
authorRogan Hamby <rhamby@esilibrary.com>
Wed, 4 Sep 2019 17:37:28 +0000 (13:37 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Wed, 4 Sep 2019 17:37:28 +0000 (13:37 -0400)
mig-sql/init/011_reporter_tables.sql [new file with mode: 0644]
mig-xml/mapping_reports.xml

diff --git a/mig-sql/init/011_reporter_tables.sql b/mig-sql/init/011_reporter_tables.sql
new file mode 100644 (file)
index 0000000..43bff39
--- /dev/null
@@ -0,0 +1,5 @@
+CREATE TABLE report (id SERIAL, create_date TIMESTAMPZ, 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);
+
+
index c9636e5..4c3362a 100644 (file)
 
     <report>
         <name>hz_borrowernotescount</name>
-        <report_title>Counnt of Migratable Borrower Notes</report_title>
+        <report_title>Count of Migratable Borrower Notes</report_title>
         <tag>horizon2</tag>
         <iteration>0</iteration>
         <heading>Count</heading>