From: Jason Etheridge Date: Tue, 2 Oct 2018 17:49:45 +0000 (-0400) Subject: moar columns for bre X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=8f3c70aa5aaeb1c4742c4d15da7fc535035b3a2e moar columns for bre Signed-off-by: Jason Etheridge --- diff --git a/sql/templates/bib_fast_template.sql b/sql/templates/bib_fast_template.sql index 1b56773..4aea35d 100644 --- a/sql/templates/bib_fast_template.sql +++ b/sql/templates/bib_fast_template.sql @@ -1,3 +1,3 @@ SET CLIENT_ENCODING TO 'UNICODE'; -\COPY biblio.record_entry (active,create_date,creator,deleted,edit_date,editor,fingerprint,id,last_xact_id,marc,quality,source,tcn_source,tcn_value,owner,share_depth) FROM 'XXX' +\COPY biblio.record_entry (active,create_date,creator,deleted,edit_date,editor,fingerprint,id,last_xact_id,marc,quality,source,tcn_source,tcn_value,owner,share_depth,merge_date,merged_to) FROM 'XXX' diff --git a/sql/templates/bib_slow_template.sql b/sql/templates/bib_slow_template.sql index 6d29f5b..50af5a0 100644 --- a/sql/templates/bib_slow_template.sql +++ b/sql/templates/bib_slow_template.sql @@ -9,7 +9,7 @@ SET WHERE name IN ('ingest.assume_inserts_only','ingest.disable_located_uri','ingest.metarecord_mapping.skip_on_insert'); -\COPY biblio.record_entry (active,create_date,creator,deleted,edit_date,editor,fingerprint,id,last_xact_id,marc,quality,source,tcn_source,tcn_value,owner,share_depth) FROM 'XXX' +\COPY biblio.record_entry (active,create_date,creator,deleted,edit_date,editor,fingerprint,id,last_xact_id,marc,quality,source,tcn_source,tcn_value,owner,share_depth,merge_date,merged_to) FROM 'XXX' UPDATE config.internal_flag