[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9bfd8c89825035bb9ffce3e3691fe266610b7086

Evergreen Git git at git.evergreen-ils.org
Wed Jun 15 20:37:45 EDT 2016


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  9bfd8c89825035bb9ffce3e3691fe266610b7086 (commit)
      from  67c6b2afba080def929af3ccc0cd7322636489b8 (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 9bfd8c89825035bb9ffce3e3691fe266610b7086
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jun 15 20:32:10 2016 -0400

    2.10.4-2.10.5 schema upgrade script
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.10.4-2.10.5-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.10.4-2.10.5-upgrade-db.sql
new file mode 100644
index 0000000..cfcac49
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.10.4-2.10.5-upgrade-db.sql
@@ -0,0 +1,12 @@
+--Upgrade Script for 2.10.4 to 2.10.5
+\set eg_version '''2.10.5'''
+BEGIN;
+
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.10.5', :eg_version);
+
+SELECT evergreen.upgrade_deps_block_check('0981', :eg_version); 
+
+CREATE INDEX hold_request_copy_capture_time_idx ON action.hold_request (current_copy,capture_time);
+CREATE INDEX hold_request_open_captured_shelf_lib_idx ON action.hold_request (current_shelf_lib) WHERE capture_time IS NOT NULL AND fulfillment_time IS NULL AND (pickup_lib <> current_shelf_lib);
+
+COMMIT;

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

Summary of changes:
 ...upgrade-db.sql => 2.10.4-2.10.5-upgrade-db.sql} |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
 copy Open-ILS/src/sql/Pg/version-upgrade/{2.9.5-2.9.6-upgrade-db.sql => 2.10.4-2.10.5-upgrade-db.sql} (83%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list