[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5b0ceba2004fba7d3b45e7c38402103045221fae

Evergreen Git git at git.evergreen-ils.org
Mon Jun 13 10:46:41 EDT 2011


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  5b0ceba2004fba7d3b45e7c38402103045221fae (commit)
      from  3a74b4c86d8aebb2e2f3456aaebf1b5bfa2eb7a1 (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 5b0ceba2004fba7d3b45e7c38402103045221fae
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon Jun 13 10:45:20 2011 -0400

    Thinko fix -- split upgrade script, forgot to inc the version in the second
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql b/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql
index d7ddf91..05cac17 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql
@@ -6,7 +6,7 @@ BEGIN;
 
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0557', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0558', :eg_version);
 
 CREATE OR REPLACE FUNCTION unapi.ccs ( obj_id BIGINT, format TEXT,  ename TEXT, includes TEXT[], org TEXT, depth INT DEFAULT NULL, slimit INT DEFAULT NULL, soffset INT DEFAULT NULL, include_xmlns BOOL DEFAULT TRUE ) RETURNS XML AS $F$
     SELECT  XMLELEMENT(

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

Summary of changes:
 ...chema.in-db_unapi_copy_related_visibility-2.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list