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

Evergreen Git git at git.evergreen-ils.org
Thu Jun 21 10:05:51 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  e04600edfd5292249528b7cdbd91dc423d01bc79 (commit)
      from  c2e7e5aa53fe0e4579be4dfbb87fae1e1dcc3ca4 (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 e04600edfd5292249528b7cdbd91dc423d01bc79
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Thu Jun 21 10:01:56 2012 -0400

    Fix version numbers in 2.1 -> 2.2 upgrade script
    
    Justin Hopkins spotted the problem, and offered a fix in LP #1015807.
    I'm just doing it slightly differently here.  Thanks Justin!
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
index a16a0cc..6ec712d 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
@@ -1,7 +1,7 @@
---Upgrade Script for 2.1 to 2.2-alpha2
+--Upgrade Script for 2.1 to 2.2.0
 
 -- Don't require use of -vegversion=something
-\set eg_version '''2.2'''
+\set eg_version '''2.2.0'''
 
 -- DROP objects that might have existed from a prior run of 0526
 -- Yes this is ironic.
@@ -11,7 +11,7 @@ DROP FUNCTION IF EXISTS evergreen.upgrade_list_applied_deprecates(TEXT);
 DROP FUNCTION IF EXISTS evergreen.upgrade_list_applied_supersedes(TEXT);
 
 BEGIN;
-INSERT INTO config.upgrade_log (version) VALUES ('2.2-beta2');
+INSERT INTO config.upgrade_log (version) VALUES ('2.2.0');
 
 INSERT INTO config.upgrade_log (version) VALUES ('0526'); --miker
 

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

Summary of changes:
 .../sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql  |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list