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

Evergreen Git git at git.evergreen-ils.org
Tue Jun 21 11:44:21 EDT 2011


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  b780b8bd9177323ed78a2d026c52e73171a2bf91 (commit)
      from  804ce3723c05cb44da0dc8fceef68138b709cf13 (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 b780b8bd9177323ed78a2d026c52e73171a2bf91
Author: Mike Rylander <mrylander at gmail.com>
Date:   Tue Jun 21 11:42:53 2011 -0400

    Reserve 0561 (used in 2.0) to avoid confusion
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 61a7fa0..e2922c4 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -86,7 +86,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 ('0560', :eg_version); -- tsbere via gmc
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0561', :eg_version); -- miker
 
 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