From d107ba51d88e3a62bfc387caf9bd7f3696e23a1c 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. --- 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