From 2e4a542cdbffe2f7856de2200bb1686d83bd980a Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 4 Sep 2020 14:49:40 +0200 Subject: [PATCH] Bug 18989: Add atomic update Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer --- installer/data/mysql/atomicupdate/bug_18989.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_18989.sql diff --git a/installer/data/mysql/atomicupdate/bug_18989.sql b/installer/data/mysql/atomicupdate/bug_18989.sql new file mode 100644 index 0000000000..07a3974453 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_18989.sql @@ -0,0 +1,2 @@ +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +('OpacHiddenItemsHidesRecord','0','','Hide biblio record when all its items are hidden because of OpacHiddenItems','YesNo'); -- 2.11.0