From: Jonathan Druart Date: Tue, 23 May 2017 19:16:39 +0000 (-0300) Subject: Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing X-Git-Tag: v17.05.00~12 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=ec4b976289d68b4122f081f05ff7a7a023a32580;p=koha-ffzg.git Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- 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');