From 62b12e8835f8e83a41c3b8fac5dc5312be350ce7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 6 May 2015 13:38:47 -0400 Subject: [PATCH] JBAS-679 2.5 circ settings transaction wrapper Signed-off-by: Bill Erickson --- KCLS/sql/jbas-495/03.mods-for-2.5.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KCLS/sql/jbas-495/03.mods-for-2.5.sql b/KCLS/sql/jbas-495/03.mods-for-2.5.sql index bd69663e36..9dedeecec7 100644 --- a/KCLS/sql/jbas-495/03.mods-for-2.5.sql +++ b/KCLS/sql/jbas-495/03.mods-for-2.5.sql @@ -2,6 +2,8 @@ Local settings modifications for 2.5 upgrade. */ +BEGIN; + INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (1, 'circ.tally_lost', 'true'); @@ -11,3 +13,5 @@ INSERT INTO actor.org_unit_setting (org_unit, name, value) INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (1, 'ui.circ.items_out.claimsreturned', '6'); +COMMIT; + -- 2.11.0