From 8f3c70aa5aaeb1c4742c4d15da7fc535035b3a2e Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 2 Oct 2018 13:49:45 -0400 Subject: [PATCH] moar columns for bre Signed-off-by: Jason Etheridge --- sql/templates/bib_fast_template.sql | 2 +- sql/templates/bib_slow_template.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.2.5