[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 37e3c70bce9e1911bb4328654a2993195d01512b
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 16 15:21:00 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_8 has been updated
via 37e3c70bce9e1911bb4328654a2993195d01512b (commit)
from fd1e6602fa6dbdd601bacebbcf18bad3e431ce1c (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 37e3c70bce9e1911bb4328654a2993195d01512b
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