[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 46bd9e31258ea34a3c3e843ff9febf47a000fea5

Evergreen Git git at git.evergreen-ils.org
Sun Nov 18 22:07:08 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_3_2 has been updated
       via  46bd9e31258ea34a3c3e843ff9febf47a000fea5 (commit)
      from  e0c41ce17e4f51a2139ea4aad3e626f8b0b15a98 (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 46bd9e31258ea34a3c3e843ff9febf47a000fea5
Author: Ben Shum <ben at evergreener.net>
Date:   Sun Nov 18 22:06:21 2018 -0500

    LP#1764542: Fixing upgrade script numbering
    
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/sql/Pg/upgrade/1136.schema.lp1764542-mods33-update.sql b/Open-ILS/src/sql/Pg/upgrade/1136.schema.lp1764542-mods33-update.sql
index 2ec2a57..496cd6c 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1136.schema.lp1764542-mods33-update.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1136.schema.lp1764542-mods33-update.sql
@@ -1,6 +1,6 @@
 BEGIN;
 
-SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('1136', :eg_version);
 
 -- update mods33 data entered by 1100 with a format of 'mods32'
 -- harmless if you have not run 1100 yet

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

Summary of changes:
 .../1136.schema.lp1764542-mods33-update.sql        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list