From 05488540bf7e21feafc808bf987b684f633ba832 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 --- 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