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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 2 11:37:47 EDT 2012


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  d197adabb23a0ada11cb4e5e881706ae45ad8050 (commit)
      from  ca2b77886d873c6ba103d77ad157a9174ea0382b (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 d197adabb23a0ada11cb4e5e881706ae45ad8050
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu Aug 2 11:35:05 2012 -0400

    Repairing upgrade stamp number
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0733.data.jedi_with_copies.sql b/Open-ILS/src/sql/Pg/upgrade/0733.data.jedi_with_copies.sql
index 99ec8bc..8e2987c 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0733.data.jedi_with_copies.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0733.data.jedi_with_copies.sql
@@ -9,7 +9,7 @@
 
 BEGIN;
 
-SELECT evergreen.upgrade_deps_block_check('0732', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0733', :eg_version);
 
 UPDATE action_trigger.event_definition SET template =
 $$[%- USE date -%]

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

Summary of changes:
 .../sql/Pg/upgrade/0733.data.jedi_with_copies.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list