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

Evergreen Git git at git.evergreen-ils.org
Tue Jun 21 13:24:35 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  aa155d652e018084f5bc5369df86e46c3ea822a7 (commit)
      from  306ecb3df1be4a25eaad41042491923d4295d1b9 (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 aa155d652e018084f5bc5369df86e46c3ea822a7
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jun 21 13:24:11 2011 -0400

    Fixed bad DB version number in upgrade script.  Thanks for the heads up, tsbere
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0544.data.patron_no_collections.sql b/Open-ILS/src/sql/Pg/upgrade/0544.data.patron_no_collections.sql
index 620c2a4..e320c04 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0544.data.patron_no_collections.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0544.data.patron_no_collections.sql
@@ -1,6 +1,6 @@
 BEGIN;
 
-INSERT INTO config.upgrade_log (version) VALUES ('XXX');
+INSERT INTO config.upgrade_log (version) VALUES ('0544');
 
 INSERT INTO config.usr_setting_type 
 ( name, opac_visible, label, description, datatype) VALUES 

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

Summary of changes:
 .../Pg/upgrade/0544.data.patron_no_collections.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list