[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 308a750b0a2f4c25f980bb004cf71c72619d5028

Evergreen Git git at git.evergreen-ils.org
Tue Oct 4 13:36:39 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  308a750b0a2f4c25f980bb004cf71c72619d5028 (commit)
      from  da14c44d25a05e4aad631f044193957607271f45 (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 308a750b0a2f4c25f980bb004cf71c72619d5028
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Tue Oct 4 13:36:34 2011 -0400

    no evergreen.upgrade_deps_block_check in 2.1
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0633.new_print_method.sql b/Open-ILS/src/sql/Pg/upgrade/0633.new_print_method.sql
index 9298aaf..36006ed 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0633.new_print_method.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0633.new_print_method.sql
@@ -1,7 +1,6 @@
 BEGIN;
 
--- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0633', :eg_version);
+INSERT INTO config.upgrade_log (version) VALUES ('0633');
 
 INSERT into config.org_unit_setting_type
 ( name, grp, label, description, datatype ) VALUES

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

Summary of changes:
 .../src/sql/Pg/upgrade/0633.new_print_method.sql   |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list