Bugzilla – Attachment 63725 Details for
Bug 18600
Missing db update for TalkingTechItivaPhoneNotification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing
Bug-18600-Add-pref-TalkingTechItivaPhoneNotificati.patch (text/plain), 1.01 KB, created by
Marcel de Rooy
on 2017-05-26 05:59:52 UTC
(
hide
)
Description:
Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-05-26 05:59:52 UTC
Size:
1.01 KB
patch
obsolete
>From 23cfdd536a95498a68808f28d85eac4ffe0085a1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 23 May 2017 16:16:39 -0300 >Subject: [PATCH] Bug 18600: Add pref TalkingTechItivaPhoneNotification if > missing >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18600
:
63671
|
63680
| 63725