From ec4b976289d68b4122f081f05ff7a7a023a32580 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 May 2017 16:16:39 -0300 Subject: [PATCH] Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- installer/data/mysql/atomicupdate/bug_18600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_18600.sql diff --git a/installer/data/mysql/atomicupdate/bug_18600.sql b/installer/data/mysql/atomicupdate/bug_18600.sql new file mode 100644 index 0000000000..43f34ace04 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_18600.sql @@ -0,0 +1,2 @@ +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +('TalkingTechItivaPhoneNotification','0',NULL,'If ON, enables Talking Tech I-tiva phone notifications','YesNo'); -- 2.11.0