[open-ils-commits] r20403 - branches/rel_2_0/Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed May 4 00:59:40 EDT 2011
Author: miker
Date: 2011-05-04 00:59:36 -0400 (Wed, 04 May 2011)
New Revision: 20403
Modified:
branches/rel_2_0/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql
Log:
Addressing LP#732681 at upgrade time -- make authority records useful for controlling bibs
Modified: branches/rel_2_0/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql
===================================================================
--- branches/rel_2_0/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql 2011-05-04 04:54:57 UTC (rev 20402)
+++ branches/rel_2_0/Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql 2011-05-04 04:59:36 UTC (rev 20403)
@@ -19519,7 +19519,10 @@
$func$ LANGUAGE PLPERLU;
+\qecho Rewriting authority records to include a 901$c, so that
+\qecho they can be used to control bibs. This may take a while...
+UPDATE authority.record_entry SET active = active;
\qecho Upgrade script completed.
\qecho But wait, there's more: please run reingest-1.6-2.0.pl
More information about the open-ils-commits
mailing list