Bugzilla – Attachment 61418 Details for
Bug 17708
Renewal log seems empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17708: Add the IGNORE clause
Bug-17708-Add-the-IGNORE-clause.patch (text/plain), 1.00 KB, created by
Jonathan Druart
on 2017-03-21 19:37:46 UTC
(
hide
)
Description:
Bug 17708: Add the IGNORE clause
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-21 19:37:46 UTC
Size:
1.00 KB
patch
obsolete
>From 84bd88d14d2850c8dce052fcca098002f477a909 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 21 Mar 2017 16:00:19 -0300 >Subject: [PATCH] Bug 17708: Add the IGNORE clause > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql b/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql >index 1ab946e..7c819b7 100644 >--- a/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql >+++ b/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql >@@ -1,2 +1,2 @@ >-INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >+INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES > ('RenewalLog','0','','If ON, log information about renewals','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 17708
:
57861
|
60007
|
60383
|
60454
|
60455
|
60458
|
60459
|
60460
|
60541
|
60641
|
61353
|
61368
|
61369
|
61417
| 61418 |
61419
|
61420