[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 5935b36912145ff378d84655e0674e68006149b7

Evergreen Git git at git.evergreen-ils.org
Mon Oct 3 23:42:46 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, rel_2_1 has been updated
       via  5935b36912145ff378d84655e0674e68006149b7 (commit)
      from  19d555a803052a398e665251eabaeb3aedb202a4 (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 5935b36912145ff378d84655e0674e68006149b7
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Oct 3 23:41:04 2011 -0400

    Correct SQL upgrade script to not do the master-only check
    
    Slavish cherry-pick from master resulted in a dep check for the SQL
    upgrade script that won't fly in rel_2_1.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql b/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql
index ab499ed..4ed3287 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql
@@ -1,8 +1,6 @@
 -- Evergreen DB patch 0631.schema.located_uri_visiblity_fix.sql
 --
 BEGIN;
--- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0631', :eg_version);
 
 CREATE OR REPLACE FUNCTION search.query_parser_fts (
 

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

Summary of changes:
 .../0631.schema.located_uri_visiblity_fix.sql      |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list