[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. e600f9f1d8324a804adab0cc96de6d610d97db0d
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_6 has been updated
via e600f9f1d8324a804adab0cc96de6d610d97db0d (commit)
from 6d4a4b1f3dbc977b7bfe30aa18fa0d7c7af0a607 (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 e600f9f1d8324a804adab0cc96de6d610d97db0d
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