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

Evergreen Git git at git.evergreen-ils.org
Mon Sep 26 12:50:20 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  e3f22f3cc9758645a8a7c4369d1e939f37aa3a0a (commit)
      from  a219f9fa3c67522751ca5446ee676f7a58a09387 (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 e3f22f3cc9758645a8a7c4369d1e939f37aa3a0a
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon Sep 26 12:43:37 2011 -0400

    2.1-ish upgrade script preamble
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0629.data.jedi-template.sql b/Open-ILS/src/sql/Pg/upgrade/0629.data.jedi-template.sql
index e580695..5a5092f 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0629.data.jedi-template.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0629.data.jedi-template.sql
@@ -3,8 +3,7 @@
 --
 BEGIN;
 
--- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0629', :eg_version);
+INSERT INTO config.upgrade_log (version) VALUES ('0629'); -- senator/miker
 
 UPDATE action_trigger.event_definition
     SET template =

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

Summary of changes:
 .../src/sql/Pg/upgrade/0629.data.jedi-template.sql |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list