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

Evergreen Git git at git.evergreen-ils.org
Wed May 18 10:21:25 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  686e49ea96f3b0489fe3ab812f0aeb02810a80d9 (commit)
      from  b272ffecdd4d5339cb1bf772c8a9c4cddeab14c5 (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 686e49ea96f3b0489fe3ab812f0aeb02810a80d9
Author: senator <lebbeous at esilibrary.com>
Date:   Wed May 18 10:17:16 2011 -0400

    Let's have this upgrade script not use that upgrade_deps_block_check()...
    
    ...function quite yet

diff --git a/Open-ILS/src/sql/Pg/upgrade/0536.schema.lazy_circ-barcode_lookup.sql b/Open-ILS/src/sql/Pg/upgrade/0536.schema.lazy_circ-barcode_lookup.sql
index 5d86035..fd67f1d 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0536.schema.lazy_circ-barcode_lookup.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0536.schema.lazy_circ-barcode_lookup.sql
@@ -5,7 +5,7 @@
 BEGIN;
 
 -- check whether patch can be applied
-SELECT evergreen.update_deps_block_check('0536', :eg_version);
+INSERT INTO config.upgrade_log (version) VALUES ('0536');
 
 INSERT INTO config.org_unit_setting_type ( name, label, description, datatype) VALUES ( 'circ.staff_client.actor_on_checkout', 'Load patron from Checkout', 'When scanning barcodes into Checkout auto-detect if a new patron barcode is scanned and auto-load the new patron.', 'bool');
 

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

Summary of changes:
 .../0536.schema.lazy_circ-barcode_lookup.sql       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list