[open-ils-commits] [GIT] Evergreen ILS branch master updated. 93622d6b359f257300e8837f80bf4eb17864536d

Evergreen Git git at git.evergreen-ils.org
Wed Oct 12 11:09:09 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  93622d6b359f257300e8837f80bf4eb17864536d (commit)
      from  d667a4942857c8cf4a0c82069eabba44a8c49425 (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 93622d6b359f257300e8837f80bf4eb17864536d
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed Oct 12 11:01:34 2011 -0400

    Incorrect version number in the upgrade script
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0637.schema.renewal_checkout_counting.sql b/Open-ILS/src/sql/Pg/upgrade/0637.schema.renewal_checkout_counting.sql
index e1f385a..dba93aa 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0637.schema.renewal_checkout_counting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0637.schema.renewal_checkout_counting.sql
@@ -1,7 +1,7 @@
 -- Patch from Doug Kyle re: https://bugs.launchpad.net/evergreen/+bug/822918
 BEGIN;
 
-SELECT evergreen.upgrade_deps_block_check('0636', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0637', :eg_version);
 
 CREATE OR REPLACE FUNCTION action.item_user_circ_test( circ_ou INT, match_item BIGINT, match_user INT, renewal BOOL ) RETURNS SETOF action.circ_matrix_test_result AS $func$
 DECLARE

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list