From: Chris Sharp Date: Wed, 23 Nov 2022 15:10:23 +0000 (-0500) Subject: SQL: PINES will reingest later X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=47335f7085e7a694c6875bdba9ad966e3cf9ab97;p=evergreen%2Fpines.git SQL: PINES will reingest later --- diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.9.1-3.10.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.9.1-3.10.0-upgrade-db.sql index 5b8fa0a017..00e60989d3 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/3.9.1-3.10.0-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/3.9.1-3.10.0-upgrade-db.sql @@ -2209,13 +2209,13 @@ COMMIT; -- Can be removed/skipped if there were no schema changes. SELECT auditor.update_auditors(); -\qecho A partial reingest is necessary to get the full benefit of the change in -\qecho upgrade script 1344 (bug 1864507) It will take a while. -\qecho You can cancel now without losing the effect of -\qecho the rest of the upgrade script, and arrange the reingest later. -\qecho - -SELECT metabib.reingest_metabib_field_entries( - id, TRUE, FALSE, FALSE, TRUE, - (SELECT ARRAY_AGG(id) FROM config.metabib_field WHERE field_class='title' AND (browse_field OR facet_field OR display_field)) -) FROM biblio.record_entry; +-- \qecho A partial reingest is necessary to get the full benefit of the change in +-- \qecho upgrade script 1344 (bug 1864507) It will take a while. +-- \qecho You can cancel now without losing the effect of +-- \qecho the rest of the upgrade script, and arrange the reingest later. +-- \qecho +-- +-- SELECT metabib.reingest_metabib_field_entries( +-- id, TRUE, FALSE, FALSE, TRUE, +-- (SELECT ARRAY_AGG(id) FROM config.metabib_field WHERE field_class='title' AND (browse_field OR facet_field OR display_field)) +-- ) FROM biblio.record_entry;