[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 607e939ad6056b31fe12d2982201a6d92a914d0e
Evergreen Git
git at git.evergreen-ils.org
Thu Jun 21 10:09:01 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, rel_2_2 has been updated
via 607e939ad6056b31fe12d2982201a6d92a914d0e (commit)
from 8105c78edba3f9a19686bffeb5f9526658740527 (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 607e939ad6056b31fe12d2982201a6d92a914d0e
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