projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d95ff
)
JBAS-679 2.5 circ settings transaction wrapper
author
Bill Erickson
<berickxx@gmail.com>
Wed, 6 May 2015 17:38:47 +0000
(13:38 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/jbas-495/03.mods-for-2.5.sql
patch
|
blob
|
history
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
bd69663
..
9dedeec
100644
(file)
--- 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;
+