From 8b777dcb21eba57ef23d1782bab34aed41eb419f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 May 2017 16:16:39 -0300 Subject: [PATCH] [SIGNED-OFF] Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing Signed-off-by: Katrin Fischer --- 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 0000000..43f34ac --- /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.1.4