Let's have this upgrade script not use that upgrade_deps_block_check()...
authorsenator <lebbeous@esilibrary.com>
Wed, 18 May 2011 14:17:16 +0000 (10:17 -0400)
committersenator <lebbeous@esilibrary.com>
Wed, 18 May 2011 14:17:16 +0000 (10:17 -0400)
...function quite yet

Open-ILS/src/sql/Pg/upgrade/0536.schema.lazy_circ-barcode_lookup.sql

index 5d86035..fd67f1d 100644 (file)
@@ -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');