From b6e6817a284764ced35dc84a1ee3af461e2a9b0d Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 19 Jul 2016 10:48:35 -0400 Subject: [PATCH] Bug 16892: Follow up with adding missing IGNORE Signed-off-by: Eugene Jose Espinoza Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- .../atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql b/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql index 229a8c9495..637ef435c6 100644 --- a/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql +++ b/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql @@ -1,4 +1,4 @@ -INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('GoogleOpenIDConnectAutoRegister', '0',NULL,' Google OpenID Connect logins to auto-register patrons.','YesNo'), ('GoogleOpenIDConnectDefaultCategory','','','This category code will be used to create Google OpenID Connect patrons.','Textarea'), ('GoogleOpenIDConnectDefaultBranch', '','','This branch code will be used to create Google OpenID Connect patrons.','Textarea'); -- 2.39.2