LP#1671936: add facet reingest to version-upgrade from 2.11.3
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 15 Mar 2017 20:16:54 +0000 (16:16 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 15 Mar 2017 20:16:54 +0000 (16:16 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.12-beta-upgrade-db.sql

index b7140e2..92aff0b 100644 (file)
@@ -768,10 +768,10 @@ SELECT metabib.remap_metarecord_for_bib(id, fingerprint)
 FROM biblio.record_entry
 WHERE NOT deleted;
 
-\qecho Running a browse-only reingest of your bib records. It may take a while.
+\qecho Running a browse and reingest of your bib records. It may take a while.
 \qecho You may cancel now without losing the effect of the rest of the
 \qecho upgrade script, and arrange the reingest later.
 \qecho .
-SELECT metabib.reingest_metabib_field_entries(id, TRUE, FALSE, TRUE)
+SELECT metabib.reingest_metabib_field_entries(id, FALSE, FALSE, TRUE)
     FROM biblio.record_entry;