[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 2a5ef3378a88120300a12abccb582313d027d7a1

Evergreen Git git at git.evergreen-ils.org
Tue Oct 4 14:26:50 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_0 has been updated
       via  2a5ef3378a88120300a12abccb582313d027d7a1 (commit)
      from  695ff9fe1c3fe713e169d888858fb1796d9cd949 (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 2a5ef3378a88120300a12abccb582313d027d7a1
Author: Mike Rylander <mrylander at gmail.com>
Date:   Tue Oct 4 14:19:39 2011 -0400

    Upgrade script for 2.0.10
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/2.0.9-2.0.10-upgrade-db.sql b/Open-ILS/src/sql/Pg/2.0.9-2.0.10-upgrade-db.sql
new file mode 100644
index 0000000..b2f0b8e
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/2.0.9-2.0.10-upgrade-db.sql
@@ -0,0 +1,14 @@
+-- Evergreen DB patch XXXX.data.jedi-template.sql
+--
+--
+BEGIN;
+
+INSERT INTO config.upgrade_log (version) VALUES ('0629');
+INSERT INTO config.upgrade_log (version) VALUES ('2.0.10'); 
+
+UPDATE action_trigger.event_definition
+    SET template =
+        REPLACE(template, 'helpers.get_li_attr', 'helpers.get_li_attr_jedi')
+    WHERE id = 23;
+
+COMMIT;

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

Summary of changes:
 ...di-template.sql => 2.0.9-2.0.10-upgrade-db.sql} |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
 copy Open-ILS/src/sql/Pg/{upgrade/0629.data.jedi-template.sql => 2.0.9-2.0.10-upgrade-db.sql} (65%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list