[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6bbc363585e88a298e7d472a789f19f4b276544c

Evergreen Git git at git.evergreen-ils.org
Wed Sep 16 15:21:38 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, master has been updated
       via  6bbc363585e88a298e7d472a789f19f4b276544c (commit)
      from  9d13c31e9b595f69a3af7941cc8be83d93e30bb4 (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 6bbc363585e88a298e7d472a789f19f4b276544c
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