From defb7d4c883d11b01bc10e03c099e525f987a7d8 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 Content-Type: text/plain; charset=utf-8 The patch only added the system preference for fresh installs. Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy --- 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 0000000000..49b0a378ed --- /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.11.0