From d60c96c8911da0888e4fd4eb5cb8fadda02c44a5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 4 Apr 2016 08:39:57 +0100 Subject: [PATCH] Bug 16167: Atomic update Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- installer/data/mysql/atomicupdate/bug_16167.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug_16167.sql diff --git a/installer/data/mysql/atomicupdate/bug_16167.sql b/installer/data/mysql/atomicupdate/bug_16167.sql new file mode 100644 index 0000000000..9cd45f5b34 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_16167.sql @@ -0,0 +1 @@ +DELETE FROM systempreferences WHERE variable="AuthorisedValueImages" OR variable="StaffAuthorisedValueImages"; -- 2.39.2