[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. e314da5c08b399f7b3bce824681539ec1c802ff8

Evergreen Git git at git.evergreen-ils.org
Thu Sep 18 16:07:34 EDT 2014


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_6 has been updated
       via  e314da5c08b399f7b3bce824681539ec1c802ff8 (commit)
       via  a3c2eb069b7145765952a1450e201576b86a30a2 (commit)
      from  9830e87f63f80f15170a5b78bb98272d61d167e2 (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 e314da5c08b399f7b3bce824681539ec1c802ff8
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Fri Aug 15 08:58:04 2014 -0400

    LP#1357364: Explictly create the extension in the "public" schema.
    
    Thanks to Thomas Berezansky for the suggestion!
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql
index e717978..4b926e4 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql
@@ -2834,7 +2834,7 @@ WHERE name = 'credit.processor.default' AND description = 'This might be "Author
 
 SELECT evergreen.upgrade_deps_block_check('0864', :eg_version);
 
-CREATE EXTENSION IF NOT EXISTS intarray;
+CREATE EXTENSION IF NOT EXISTS intarray WITH SCHEMA public;
 
 -- while we have this opportunity, and before we start collecting 
 -- CCVM IDs (below) carve out a nice space for stock ccvm values

commit a3c2eb069b7145765952a1450e201576b86a30a2
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Fri Aug 15 08:51:44 2014 -0400

    LP#1357364: Allow for sites that may have the intarray extension already installed.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql
index 05f6d67..e717978 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql
@@ -2834,7 +2834,7 @@ WHERE name = 'credit.processor.default' AND description = 'This might be "Author
 
 SELECT evergreen.upgrade_deps_block_check('0864', :eg_version);
 
-CREATE EXTENSION intarray;
+CREATE EXTENSION IF NOT EXISTS intarray;
 
 -- while we have this opportunity, and before we start collecting 
 -- CCVM IDs (below) carve out a nice space for stock ccvm values

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

Summary of changes:
 .../Pg/version-upgrade/2.5.3-2.6.0-upgrade-db.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list