From 84bd88d14d2850c8dce052fcca098002f477a909 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 --- 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 1ab946e..7c819b7 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.1.4