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=d35650829a28477f280aa3857674580f725069e6;hp=144f7d68d7b7a99d1175291d8515b69b57bf0f7f;hb=2d416d5e39c1f6a1b32876cf66512f99817d7ee3;hpb=7eb372db1e9b60cf6f25eec7e1233f6f51559be8 diff --git a/mig-sql/system/tlc/030_tlc_mapping_tables.sql b/mig-sql/system/tlc/030_tlc_mapping_tables.sql index 144f7d6..d356508 100644 --- a/mig-sql/system/tlc/030_tlc_mapping_tables.sql +++ b/mig-sql/system/tlc/030_tlc_mapping_tables.sql @@ -230,6 +230,7 @@ CREATE TABLE map_tlc_holding_code ( ,x_count TEXT ,holding_code TEXT ,shelving_location TEXT + ,org_unit TEXT ,circ_mod TEXT ,alert TEXT ,alert_message TEXT @@ -249,6 +250,7 @@ VALUES ((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'x_count') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'holding_code') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'shelving_location') + ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'org_unit') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'circ_mod') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'alert') ,((SELECT id FROM gsheet_tracked_table WHERE tab_name = 'Holdings Code'),'alert_message')