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

Evergreen Git git at git.evergreen-ils.org
Wed Aug 31 11:56:45 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  fbac08bd6811877ac70e4db95831c0cb1505e8d7 (commit)
      from  db756e623a9b789d477a3a9fe3a6ee6011c72534 (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 fbac08bd6811877ac70e4db95831c0cb1505e8d7
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Wed Aug 31 11:55:47 2011 -0400

    Add the forgotten script-numbering to previous commit (db756e623a9)
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 9a80f6f..1594725 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 ('0611', :eg_version); -- miker/berick
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0612', :eg_version); -- miker/senator
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.authority_overlay_protection.sql b/Open-ILS/src/sql/Pg/upgrade/0612.schema.authority_overlay_protection.sql
similarity index 94%
rename from Open-ILS/src/sql/Pg/upgrade/XXXX.schema.authority_overlay_protection.sql
rename to Open-ILS/src/sql/Pg/upgrade/0612.schema.authority_overlay_protection.sql
index 9273b80..136faca 100644
--- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.authority_overlay_protection.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0612.schema.authority_overlay_protection.sql
@@ -1,12 +1,10 @@
--- Evergreen DB patch XXXX.schema.authority_overlay_protection.sql
---
--- FIXME: insert description of change, if needed
+-- Evergreen DB patch 0612.schema.authority_overlay_protection.sql
 --
 BEGIN;
 
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0612', :eg_version);
 
 -- FIXME: add/check SQL statements to perform the upgrade
 

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

Summary of changes:
 Open-ILS/src/sql/Pg/002.schema.config.sql          |    2 +-
 ...> 0612.schema.authority_overlay_protection.sql} |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
 rename Open-ILS/src/sql/Pg/upgrade/{XXXX.schema.authority_overlay_protection.sql => 0612.schema.authority_overlay_protection.sql} (94%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list