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

Evergreen Git git at git.evergreen-ils.org
Thu Apr 19 09:42:42 EDT 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_3_1 has been updated
       via  b3b56eb68d8a1ca60f46f644f9b2e3a860e74e5e (commit)
      from  66c89555904630eca85ad4b94592c50a1db10e0f (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 b3b56eb68d8a1ca60f46f644f9b2e3a860e74e5e
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Apr 19 09:41:52 2018 -0400

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

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

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list