[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 7159d850f2e33228b4d4cd8653d8307070ec1161
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 24 13:15:52 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, rel_2_0 has been updated
via 7159d850f2e33228b4d4cd8653d8307070ec1161 (commit)
from edd550cec4a9847f972faa9715c5440b7ddebcbc (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 7159d850f2e33228b4d4cd8653d8307070ec1161
Author: Mike Rylander <mrylander at gmail.com>
Date: Wed Aug 24 13:10:21 2011 -0400
Put the actual release number into the upgrade script
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql b/Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql
index 0bd0626..e28b163 100644
--- a/Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql
@@ -1,5 +1,7 @@
BEGIN;
+INSERT INTO config.upgrade_log (version) VALUES ('2.0.9');
+
-- Fix LP#825303 by allowing for ancestor OUs to be checked
-- when retrieving the default classification scheme.
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list