[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. fe7901ca328cd5c0d8074e794164fa9717a3080d

Evergreen Git git at git.evergreen-ils.org
Thu Apr 28 17:11:12 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, rel_2_10 has been updated
       via  fe7901ca328cd5c0d8074e794164fa9717a3080d (commit)
      from  c7388754c1662d2c52b3dc52ef3a1bf7573559b8 (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 fe7901ca328cd5c0d8074e794164fa9717a3080d
Author: Bill Erickson <berickxx at gmail.com>
Date:   Thu Apr 28 15:51:47 2016 -0400

    Adding 2.8.7 -> 2.8.8 DB upgrade script
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.8.7-2.8.8-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.8.7-2.8.8-upgrade-db.sql
new file mode 100644
index 0000000..25ae034
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.8.7-2.8.8-upgrade-db.sql
@@ -0,0 +1,7 @@
+--Upgrade Script for 2.8.7 to 2.8.8
+\set eg_version '''2.8.8'''
+BEGIN;
+
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.8.8', :eg_version);
+
+COMMIT;

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

Summary of changes:
 .../Pg/version-upgrade/2.8.7-2.8.8-upgrade-db.sql  |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.8.7-2.8.8-upgrade-db.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list