From 4d3fef013e9df381b2dda9d0abb63d2428e4d97e 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 --- .../mysql/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 229a8c9..637ef43 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.1.4