[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 71be7344f8e6a141dfcf15bfa3935e7a4bee6ee4

Evergreen Git git at git.evergreen-ils.org
Sun Nov 18 12:51:58 EST 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, rel_2_3 has been updated
       via  71be7344f8e6a141dfcf15bfa3935e7a4bee6ee4 (commit)
      from  f81737c0084a6189d278486bfa15bdb2c516d6f8 (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 71be7344f8e6a141dfcf15bfa3935e7a4bee6ee4
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Sep 26 23:47:26 2012 -0400

    Set eg_version at start of 2.2 upgrade scripts
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.2.0-2.2.1-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.2.0-2.2.1-upgrade-db.sql
index c409ace..2d91539 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.2.0-2.2.1-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.2.0-2.2.1-upgrade-db.sql
@@ -1,4 +1,5 @@
 --Upgrade Script for 2.2.0 to 2.2.1
+\set eg_version '''2.2.1'''
 BEGIN;
 INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.2.1', :eg_version);
 -- Evergreen DB patch 0722.schema.acq-po-state-constraint.sql
diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.2.1-2.2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.2.1-2.2.2-upgrade-db.sql
index 52696ff..8f5c539 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.2.1-2.2.2-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.2.1-2.2.2-upgrade-db.sql
@@ -1,4 +1,5 @@
 --Upgrade Script for 2.2.1 to 2.2.2
+\set eg_version '''2.2.2'''
 BEGIN;
 INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.2.2', :eg_version);
 

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

Summary of changes:
 .../Pg/version-upgrade/2.2.0-2.2.1-upgrade-db.sql  |    1 +
 .../Pg/version-upgrade/2.2.1-2.2.2-upgrade-db.sql  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list