From: Bill Erickson Date: Wed, 6 May 2015 17:38:47 +0000 (-0400) Subject: JBAS-679 2.5 circ settings transaction wrapper X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=62b12e8835f8e83a41c3b8fac5dc5312be350ce7;p=working%2FEvergreen.git JBAS-679 2.5 circ settings transaction wrapper Signed-off-by: Bill Erickson --- 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; +