[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 10009982c5b4dc28e23fffb2a1cf85a10ba9094b
Evergreen Git
git at git.evergreen-ils.org
Mon Mar 2 09:14:48 EST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_7 has been updated
via 10009982c5b4dc28e23fffb2a1cf85a10ba9094b (commit)
from 79eb3de8fdac6467aa59ddf5ebc0a2d6c6cbda7f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 10009982c5b4dc28e23fffb2a1cf85a10ba9094b
Author: Galen Charlton <gmc at esilibrary.com>
Date: Mon Mar 2 14:20:55 2015 +0000
LP#1155313: recalculate normalized labels during upgrade
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/sql/Pg/upgrade/0914.schema.redo_vandelay_merge_profile_sequence.sql b/Open-ILS/src/sql/Pg/upgrade/0914.schema.redo_vandelay_merge_profile_sequence.sql
index 2002771..2d2d1f7 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0914.schema.redo_vandelay_merge_profile_sequence.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0914.schema.redo_vandelay_merge_profile_sequence.sql
@@ -19,3 +19,7 @@ $$ LANGUAGE PLPERLU;
COMMIT;
+-- recompute the various normalized label fields that use lpad_number_substrings()
+UPDATE biblio.monograph_part SET id = id;
+UPDATE asset.call_number_prefix SET id = id;
+UPDATE asset.call_number_suffix SET id = id;
-----------------------------------------------------------------------
Summary of changes:
...schema.redo_vandelay_merge_profile_sequence.sql | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list