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

Evergreen Git git at git.evergreen-ils.org
Mon Sep 14 16:08:39 EDT 2015


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  000cf61a0c9182e6edb5b3fd67b09c39eeb8c647 (commit)
      from  a9fe4a8772bea60e0b8a22ef070f0ba28732860b (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 000cf61a0c9182e6edb5b3fd67b09c39eeb8c647
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Mon Sep 14 16:08:06 2015 -0400

    Fix typo in comment in 002.schema.config.sql.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 3210bea..ce0f81f 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 ('0943', :eg_version); -- gmcarlt/dyrcona
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0943', :eg_version); -- gmcharlt/dyrcona
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,

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

Summary of changes:
 Open-ILS/src/sql/Pg/002.schema.config.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list