[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. b717427a2c82d126cd1a6d3ffac23fe4f8474384

Evergreen Git git at git.evergreen-ils.org
Tue Feb 27 13:28:07 EST 2018


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_12 has been updated
       via  b717427a2c82d126cd1a6d3ffac23fe4f8474384 (commit)
      from  8c7753200f4d539149c8bd67cc29a8f37680702e (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 b717427a2c82d126cd1a6d3ffac23fe4f8474384
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Tue Feb 27 13:27:16 2018 -0500

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

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

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list