[open-ils-commits] [GIT] Evergreen ILS branch master updated. c45c44538eedff67277d35c636ffd052e2b41f7d
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, master has been updated
via c45c44538eedff67277d35c636ffd052e2b41f7d (commit)
from 0c305b90af88984b933dcc90578efdc2c6106218 (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 c45c44538eedff67277d35c636ffd052e2b41f7d
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