[open-ils-commits] [GIT] Evergreen ILS branch tags/rel_2_9_5 updated. 850d17df119925d9606d8b4f537f95f345435114

Evergreen Git git at git.evergreen-ils.org
Wed May 18 14:25:36 EDT 2016


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_9_5 has been updated
       via  850d17df119925d9606d8b4f537f95f345435114 (commit)
      from  336ee84e8a88c26e266bd2d5f78fa038c35422b3 (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 850d17df119925d9606d8b4f537f95f345435114
Author: Jason Stephenson <jstephenson at mvlcstaff.org>
Date:   Wed May 18 14:16:10 2016 -0400

    Add 2.9.4 to 2.9.5 db upgrade script.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlcstaff.org>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.9.4-2.9.5-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.9.4-2.9.5-upgrade-db.sql
new file mode 100644
index 0000000..3cc467a
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.9.4-2.9.5-upgrade-db.sql
@@ -0,0 +1,5 @@
+--Upgrade Script for 2.9.4 to 2.9.5
+\set eg_version '''2.9.5'''
+
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.9.5', :eg_version);
+
diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 71ed7e2..82537c1 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -215,6 +215,7 @@ would run the following upgrade scripts:
 - 2.9.1-2.9.2-upgrade-db.sql
 - 2.9.2-2.9.3-upgrade-db.sql
 - 2.9.3-2.9.4-upgrade-db.sql
+- 2.9.4-2.9.5-upgrade-db.sql
 
 Note that you do *not* want to run additional 2.5 scripts to upgrade to the
 newest version of 2.5, since currently there is no automated way to upgrade
@@ -237,7 +238,7 @@ example:
 - 2.7.4-2.8.0-upgrade-db.sql
 - (run all incremental scripts from 2.8.0 to 2.8.4)
 - 2.8.4-2.9.0-upgrade-db.sql
-- (run all incremental scripts from 2.9.0 to 2.9.4)
+- (run all incremental scripts from 2.9.0 to 2.9.5)
 =============
 
 [CAUTION]

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

Summary of changes:
 .../Pg/version-upgrade/2.9.4-2.9.5-upgrade-db.sql  |    5 +++++
 docs/installation/server_upgrade.txt               |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)
 create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.9.4-2.9.5-upgrade-db.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list