From 6d8821acbf81ba76d25e14e2dafe306da6e3c81b Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 22 Nov 2016 11:05:19 +0000 Subject: [PATCH] Bug 17391 (QA Followup) use INSERT INGORE in atomicupdate Signed-off-by: Nick Clemens --- installer/data/mysql/atomicupdate/bug_17391.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_17391.sql b/installer/data/mysql/atomicupdate/bug_17391.sql index b3cfd74..3d0e780 100644 --- a/installer/data/mysql/atomicupdate/bug_17391.sql +++ b/installer/data/mysql/atomicupdate/bug_17391.sql @@ -1,2 +1,2 @@ -INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); -INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); -- 2.1.4