X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=sql%2Ftemplates%2Fbib_fast_template.sql;h=4aea35d1abd7b8eef4b90fa99fb4ee625f426cf5;hp=1b567732091b24b132e3cfc124a80bb1ebc4ab90;hb=8f3c70aa5aaeb1c4742c4d15da7fc535035b3a2e;hpb=ad8e65f8c112fff23d7c2d9ccf39d4651638ce8c 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'