[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 5f8c13296342e8cece794be2a76f188a240a430d

Evergreen Git git at git.evergreen-ils.org
Tue Oct 4 09:28:06 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, rel_2_1 has been updated
       via  5f8c13296342e8cece794be2a76f188a240a430d (commit)
      from  5935b36912145ff378d84655e0674e68006149b7 (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 5f8c13296342e8cece794be2a76f188a240a430d
Author: Mike Rylander <mrylander at gmail.com>
Date:   Tue Oct 4 09:20:58 2011 -0400

    Add upgrade_log stuffs
    
    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 366c613..485ee71 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -57,7 +57,7 @@ CREATE TABLE config.upgrade_log (
     install_date    TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
 );
 
-INSERT INTO config.upgrade_log (version) VALUES ('0629'); -- senator/miker
+INSERT INTO config.upgrade_log (version) VALUES ('0631'); -- senator/miker
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql b/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql
index 4ed3287..bfc46cb 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0631.schema.located_uri_visiblity_fix.sql
@@ -2,6 +2,8 @@
 --
 BEGIN;
 
+INSERT INTO config.upgrade_log (version) VALUES ('0631');
+
 CREATE OR REPLACE FUNCTION search.query_parser_fts (
 
     param_search_ou INT,

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list