[open-ils-commits] [GIT] Evergreen ILS branch tags/rel_2_7_6 updated. 9364b38db3c208395de386e7315225f366437ce1

Evergreen Git git at git.evergreen-ils.org
Wed Jun 17 23:55:15 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, tags/rel_2_7_6 has been updated
       via  9364b38db3c208395de386e7315225f366437ce1 (commit)
      from  eb8a0ef2bf684726111b23a7d3f5bffd9d67ca4a (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 9364b38db3c208395de386e7315225f366437ce1
Author: Ben Shum <bshum at biblio.org>
Date:   Wed Jun 17 23:40:41 2015 -0400

    Forward-port 2.7.4-2.7.5 upgrade script
    
    This was forgotten during the creation of the rel_2_7_6 branch, add back
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.7.4-2.7.5-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.7.4-2.7.5-upgrade-db.sql
new file mode 100644
index 0000000..7e42f3c
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.7.4-2.7.5-upgrade-db.sql
@@ -0,0 +1,32 @@
+--Upgrade Script for 2.7.4 to 2.7.5
+\set eg_version '''2.7.5'''
+BEGIN;
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.7.5', :eg_version);
+
+SELECT evergreen.upgrade_deps_block_check('0915', :eg_version);
+
+INSERT INTO permission.perm_list (id, code, description) 
+VALUES (  
+    560, 
+    'TOTAL_HOLD_COPY_RATIO_EXCEEDED.override',
+    oils_i18n_gettext(
+        560,
+        'Override the TOTAL_HOLD_COPY_RATIO_EXCEEDED event',
+        'ppl', 
+        'description'
+    )
+);
+
+INSERT INTO permission.perm_list (id, code, description) 
+VALUES (  
+    561, 
+    'AVAIL_HOLD_COPY_RATIO_EXCEEDED.override',
+    oils_i18n_gettext(
+        561,
+        'Override the AVAIL_HOLD_COPY_RATIO_EXCEEDED event',
+        'ppl', 
+        'description'
+    )
+);
+
+COMMIT;

-----------------------------------------------------------------------

Summary of changes:
 .../2.7.4-2.7.5-upgrade-db.sql}                    |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
 copy Open-ILS/src/sql/Pg/{upgrade/0915.data.hold_copy_ratio_override.sql => version-upgrade/2.7.4-2.7.5-upgrade-db.sql} (80%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list