From d25e028f222bb7fbb28fc69eb255f483fd2fcc19 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 27 Mar 2018 14:43:46 +0000 Subject: [PATCH] Bug 14407: Follow up add missing atomic update The patch only added the system preference for fresh installs. Signed-off-by: Mark Tompsett --- installer/data/mysql/atomicupdate/bug_14407.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_14407.sql diff --git a/installer/data/mysql/atomicupdate/bug_14407.sql b/installer/data/mysql/atomicupdate/bug_14407.sql new file mode 100644 index 0000000..49b0a37 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_14407.sql @@ -0,0 +1,4 @@ +INSERT IGNORE INTO systempreferences + ( `variable`, `value`, `options`, `explanation`, `type` ) +VALUES +('SelfCheckAllowByIPRanges','',NULL,'(Leave blank if not used. Use ranges or simple ip addresses separated by spaces, like 192.168.1.1 192.168.0.0/24.)','Short'); -- 2.1.4