[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. eb29c8b7883b16708b31a4b2f4af525c05d3b590

Evergreen Git git at git.evergreen-ils.org
Wed Jul 3 11:52:05 EDT 2019


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_3_1 has been updated
       via  eb29c8b7883b16708b31a4b2f4af525c05d3b590 (commit)
      from  2526b07975e90d3d416b6b5a0f1a289dc76e8ed1 (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 eb29c8b7883b16708b31a4b2f4af525c05d3b590
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Wed Jul 3 11:33:10 2019 -0400

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

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

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

Summary of changes:
 Open-ILS/src/sql/Pg/version-upgrade/3.1.12-3.1.13-upgrade-db.sql | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/3.1.12-3.1.13-upgrade-db.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list