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

Evergreen Git git at git.evergreen-ils.org
Tue Feb 16 15:02:23 EST 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  c1b64bff4dcd59cc041eeb9227defbded5371bb7 (commit)
      from  eabd8160c6b88dd6e04e22b0d2b26e62f0d118cb (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 c1b64bff4dcd59cc041eeb9227defbded5371bb7
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue Feb 16 14:57:07 2016 -0500

    LP 1499123: Stamping upgrade script for standing-penalty-ignore-proximity
    
    Nearly forgot to stamp the upgrade script for lp1499123. While I'm at it,
    correcting a small typo found in the release notes.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index f46affe..2191024 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -91,7 +91,7 @@ CREATE TRIGGER no_overlapping_deps
     BEFORE INSERT OR UPDATE ON config.db_patch_dependencies
     FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
 
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0950', :eg_version); -- bmagic/kmlussier
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0951', :eg_version); -- dyrcona/kmlussier
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.config.standing_penalty.ignore_proximity.sql b/Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql
similarity index 99%
rename from Open-ILS/src/sql/Pg/upgrade/XXXX.schema.config.standing_penalty.ignore_proximity.sql
rename to Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql
index 615350e..3452869 100644
--- a/Open-ILS/src/sql/Pg/upgrade/XXXX.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('XXXX', :eg_version);
+--SELECT evergreen.upgrade_deps_block_check('0951', :eg_version);
 
 ALTER TABLE config.standing_penalty
       ADD COLUMN ignore_proximity INTEGER;
diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/standing_penalty_ignore_proximity.txt b/docs/RELEASE_NOTES_NEXT/Circulation/standing_penalty_ignore_proximity.txt
index 7bdc5b8..08ef46a 100644
--- a/docs/RELEASE_NOTES_NEXT/Circulation/standing_penalty_ignore_proximity.txt
+++ b/docs/RELEASE_NOTES_NEXT/Circulation/standing_penalty_ignore_proximity.txt
@@ -26,5 +26,5 @@ you set the ignore_proximity to 0 on patron exceeds overdue fines,
 then the patron will still be able to place holds on and checkout
 copies owned by their home organizational unit at their home
 organizational unit.  They will not, however, be able to receive
-copies form other organizational units, nor use other organizational
+copies from other organizational units, nor use other organizational
 units as a patron.

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

Summary of changes:
 Open-ILS/src/sql/Pg/002.schema.config.sql          |    2 +-
 ...a.config.standing_penalty.ignore_proximity.sql} |    2 +-
 .../standing_penalty_ignore_proximity.txt          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename Open-ILS/src/sql/Pg/upgrade/{XXXX.schema.config.standing_penalty.ignore_proximity.sql => 0951.schema.config.standing_penalty.ignore_proximity.sql} (99%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list