[open-ils-commits] [GIT] Evergreen ILS branch tags/rel_2_0_9 updated. e96a4d35cacb185099c3a3fd09e5af87f92c89cc

Evergreen Git git at git.evergreen-ils.org
Wed Aug 24 13:15:21 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, tags/rel_2_0_9 has been updated
       via  e96a4d35cacb185099c3a3fd09e5af87f92c89cc (commit)
      from  4e219dbc6b99917160f450a9959275136cef5dcb (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 e96a4d35cacb185099c3a3fd09e5af87f92c89cc
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