[open-ils-commits] [GIT] Evergreen ILS branch master updated. 546428a27a9ea1cfae9142183dcc2c411a54db3e

Evergreen Git git at git.evergreen-ils.org
Thu Aug 24 17:55:03 EDT 2017


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, master has been updated
       via  546428a27a9ea1cfae9142183dcc2c411a54db3e (commit)
      from  ed74d3a738932f88bf7eaed4e68e727f898257ac (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 546428a27a9ea1cfae9142183dcc2c411a54db3e
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Aug 24 17:54:38 2017 -0400

    Forward-port 2.11.8 upgrade script
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

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

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list