@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql +++ a/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'); --