X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-sql%2Fsystem%2Ftlc%2F030_tlc_mapping_tables.sql;h=25dbfefa9562e9c7df0bffb1540900eec49fe4db;hp=9fddeafefbee755c779f5bd2a141c9b225cc9aa5;hb=ff15f932e850a3187ce3d8beff39cc63219fb8c1;hpb=69e7b6a2ce5a060bb2e471428136217e0f9ab9d2 diff --git a/mig-sql/system/tlc/030_tlc_mapping_tables.sql b/mig-sql/system/tlc/030_tlc_mapping_tables.sql index 9fddeaf..25dbfef 100644 --- a/mig-sql/system/tlc/030_tlc_mapping_tables.sql +++ b/mig-sql/system/tlc/030_tlc_mapping_tables.sql @@ -3,8 +3,11 @@ CREATE TABLE map_tlc_branches ( ,tlc_branch_id TEXT ,tlc_name TEXT ,org_unit TEXT + ,mig_patrons TEXT + ,mig_items TEXT ,note TEXT ,x_org_id INTEGER + ); INSERT INTO gsheet_tracked_table @@ -21,6 +24,8 @@ VALUES ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Branches Present in Extract'),'tlc_name') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Branches Present in Extract'),'org_unit') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Branches Present in Extract'),'note') + ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Branches Present in Extract'),'mig_patrons') + ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Branches Present in Extract'),'mig_items') ; -- ############################################