Bugzilla – Attachment 101928 Details for
Bug 20415
Remove UseKohaPlugins system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Follow-up] Bug 20415: Fix typo causing SQL error in updatedatabase.pl
Bug-20415-Fix-typo-causing-SQL-error-in-updatedata.patch (text/plain), 938 bytes, created by
David Cook
on 2020-03-27 00:14:36 UTC
(
hide
)
Description:
[Follow-up] Bug 20415: Fix typo causing SQL error in updatedatabase.pl
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-03-27 00:14:36 UTC
Size:
938 bytes
patch
obsolete
>From 42a48a15767ab8fd1075ace31982c8d402f8a8b0 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 27 Mar 2020 00:13:15 +0000 >Subject: [PATCH] Bug 20415: Fix typo causing SQL error in updatedatabase.pl > >This patch just removes a typo that is causing a database update to fail. >--- > installer/data/mysql/updatedatabase.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 16f61d15ee..5bfea82ad3 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -21299,7 +21299,6 @@ if( CheckVersion( $DBversion ) ) { > > $dbh->do(q| > ALTER TABLE suggestions ADD CONSTRAINT `suggestions_ibfk_lastmodificationby` FOREIGN KEY (`lastmodificationby`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE SET NULL ON UPDATE CASCADE >- A > |); > } > >-- >2.11.0
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 20415
:
101021
|
101022
|
101060
|
101061
|
101433
|
101434
|
101663
|
101664
|
101717
|
101718
|
101719
| 101928