[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. d8fb80ae4a6911e3ac596730d9fb06572f4f021d

Evergreen Git git at git.evergreen-ils.org
Thu May 19 11:22:36 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, rel_2_10 has been updated
       via  d8fb80ae4a6911e3ac596730d9fb06572f4f021d (commit)
      from  76e2c302abc858bb2f0e88afa2f46a11f20c4011 (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 d8fb80ae4a6911e3ac596730d9fb06572f4f021d
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