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

Evergreen Git git at git.evergreen-ils.org
Mon Mar 26 12:27:43 EDT 2012


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  d523b0fd103949e6f8ab2296e3657753cf4fec80 (commit)
      from  7897495197d2a860b56614f8cadaf6d3d4b6c9e4 (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 d523b0fd103949e6f8ab2296e3657753cf4fec80
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Mon Mar 26 12:27:38 2012 -0400

    version fix for 0692/0693
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0692.data.fine-when-closed.sql b/Open-ILS/src/sql/Pg/upgrade/0692.data.fine-when-closed.sql
index e55ee2f..bcdcd6a 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0692.data.fine-when-closed.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0692.data.fine-when-closed.sql
@@ -1,6 +1,6 @@
 BEGIN;
 
-SELECT evergreen.upgrade_deps_block_check('0693', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0692', :eg_version);
 
 INSERT INTO config.org_unit_setting_type
     (name, label, description, grp, datatype)

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

Summary of changes:
 .../sql/Pg/upgrade/0692.data.fine-when-closed.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list