[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4662c52cc78e919c4f2ae611dfc1b378a0c83e11

Evergreen Git git at git.evergreen-ils.org
Mon Aug 17 12:59:43 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  4662c52cc78e919c4f2ae611dfc1b378a0c83e11 (commit)
      from  8881b239bc517d6847e84511f414e621d27282f4 (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 4662c52cc78e919c4f2ae611dfc1b378a0c83e11
Author: Ben Shum <bshum at biblio.org>
Date:   Mon Aug 17 12:59:21 2015 -0400

    LP#1178377: Stamping upgrade script for unapi to include bib source
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 829b231..6547616 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -91,7 +91,7 @@ CREATE TRIGGER no_overlapping_deps
     BEFORE INSERT OR UPDATE ON config.db_patch_dependencies
     FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
 
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0922', :eg_version); -- jeffdavis/kmlussier/dyrcona
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0923', :eg_version); -- jeffdavis/dkyle/bshum
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.unapi_include_bib_source.sql b/Open-ILS/src/sql/Pg/upgrade/0923.schema.unapi_include_bib_source.sql
similarity index 98%
rename from Open-ILS/src/sql/Pg/upgrade/XXXX.schema.unapi_include_bib_source.sql
rename to Open-ILS/src/sql/Pg/upgrade/0923.schema.unapi_include_bib_source.sql
index 17a4512..a3c6aa9 100644
--- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.unapi_include_bib_source.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0923.schema.unapi_include_bib_source.sql
@@ -2,7 +2,7 @@
 BEGIN;
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0923', :eg_version);
 
 CREATE OR REPLACE FUNCTION unapi.cbs ( obj_id BIGINT, format TEXT,  ename TEXT, includes TEXT[], org TEXT, depth INT DEFAULT NULL, slimit HSTORE DEFAULT NULL, soffset HSTORE DEFAULT NULL, include_xmlns BOOL DEFAULT TRUE ) RETURNS XML AS $F$
     SELECT  XMLELEMENT(

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

Summary of changes:
 Open-ILS/src/sql/Pg/002.schema.config.sql          |    2 +-
 ...ql => 0923.schema.unapi_include_bib_source.sql} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename Open-ILS/src/sql/Pg/upgrade/{XXXX.schema.unapi_include_bib_source.sql => 0923.schema.unapi_include_bib_source.sql} (98%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list