[open-ils-commits] [GIT] Evergreen ILS branch master updated. 160563b84d9d2847dc7f8fef40ea2aa8b31fb563

Evergreen Git git at git.evergreen-ils.org
Thu May 19 11:21:13 EDT 2016


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, master has been updated
       via  160563b84d9d2847dc7f8fef40ea2aa8b31fb563 (commit)
      from  12164b70aa1823808caffb52746760fbde323fff (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 160563b84d9d2847dc7f8fef40ea2aa8b31fb563
Author: Jason Stephenson <jstephenson at mvlcstaff.org>
Date:   Thu May 19 10:33:18 2016 -0400

    LP 1499123: 0951.schema.config.standing_penalty.ignore_proximity.sql.
    
    The script was not inserting the version into config.upgrade_log when
    run standalone because the line to do so was still commented out.
    This commit removes the comment characters.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlcstaff.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql b/Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql
index 3452869..a4391a2 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql
@@ -1,6 +1,6 @@
 BEGIN;
 
---SELECT evergreen.upgrade_deps_block_check('0951', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0951', :eg_version);
 
 ALTER TABLE config.standing_penalty
       ADD COLUMN ignore_proximity INTEGER;

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

Summary of changes:
 ...ma.config.standing_penalty.ignore_proximity.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list