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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 24 18:14:31 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, rel_2_12 has been updated
       via  1757f32c67f1ce32368d40c451a6cfbcd0bb0c6b (commit)
      from  d714d68feed54a4a3028d92c6219d2464f9bf6f9 (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 1757f32c67f1ce32368d40c451a6cfbcd0bb0c6b
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Thu Aug 24 18:29:13 2017 -0400

    forward-port 2.12.4-2.12.5 DB update
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

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

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list