From 4c2b8358cb4974d1b6b708e1dfe6084cf4049457 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 21 Mar 2017 16:00:19 -0300 Subject: [PATCH] Bug 17708: Add the IGNORE clause Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql b/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql index 1ab946eb5d..7c819b70b2 100644 --- a/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql +++ b/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql @@ -1,2 +1,2 @@ -INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('RenewalLog','0','','If ON, log information about renewals','YesNo'); -- 2.39.2