[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 4e3d1086915e0d854b3a9ad10f35e2767f2bb86d
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 16 15:21:24 EDT 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_9 has been updated
via 4e3d1086915e0d854b3a9ad10f35e2767f2bb86d (commit)
from d5e42cbb76ef1c5188417ec08f9ab5e2b23d6826 (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 4e3d1086915e0d854b3a9ad10f35e2767f2bb86d
Author: Bill Erickson <berickxx at gmail.com>
Date: Wed Sep 16 15:20:49 2015 -0400
Porting 2.8.3->2.8.4 SQL upgrade
Signed-off-by: Bill Erickson <berickxx at gmail.com>
diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.8.3-2.8.4-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.8.3-2.8.4-upgrade-db.sql
new file mode 100644
index 0000000..40f9c43
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.8.3-2.8.4-upgrade-db.sql
@@ -0,0 +1,12 @@
+--Upgrade Script for 2.8.3 to 2.8.4
+\set eg_version '''2.8.4'''
+BEGIN;
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.8.4', :eg_version);
+
+SELECT evergreen.upgrade_deps_block_check('0941', :eg_version);
+
+UPDATE authority.control_set_authority_field SET sf_list = REGEXP_REPLACE( sf_list, 'e', '', 'i') WHERE tag = '100' AND control_set = 1 AND sf_list ILIKE '%e%';
+
+UPDATE authority.control_set_authority_field SET sf_list = REGEXP_REPLACE( sf_list, 'e', '', 'i') WHERE tag = '110' AND control_set = 1 AND sf_list ILIKE '%e%';
+
+COMMIT;
-----------------------------------------------------------------------
Summary of changes:
.../2.8.3-2.8.4-upgrade-db.sql} | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
copy Open-ILS/src/sql/Pg/{upgrade/0941.data.authority.control_set_authority_field-remove-sf-e.sql => version-upgrade/2.8.3-2.8.4-upgrade-db.sql} (73%)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list