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

Evergreen Git git at git.evergreen-ils.org
Sun Nov 18 12:51:40 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, master has been updated
       via  6aa8c2a0bb78e9bab518e5bfa85333d21890808e (commit)
      from  16338e46b329d2ba5b89f607854bd1b57008981f (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 6aa8c2a0bb78e9bab518e5bfa85333d21890808e
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