Bugzilla – Attachment 110876 Details for
Bug 26548
[20.05] Update for 20.05.03.001 has wrong SQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26548: Fix typo in updatedatabase
Bug-26548-Fix-typo-in-updatedatabase.patch (text/plain), 1.25 KB, created by
Lucas Gass (lukeg)
on 2020-09-28 15:22:26 UTC
(
hide
)
Description:
Bug 26548: Fix typo in updatedatabase
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-09-28 15:22:26 UTC
Size:
1.25 KB
patch
obsolete
>From 5a88d2ceb179911bab10a7080410e8290ae44d87 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 28 Sep 2020 15:18:15 +0000 >Subject: [PATCH] Bug 26548: Fix typo in updatedatabase > >Test plan: >1. On 20.05.x run updatedatbase and see an error >2. Apply patch >3. Re-run updatedatabase without an error > >https://bugs.koha-community.org/show_bug.cgi?id=25958 >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 1422c8b0d2..f35ba70960 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -22387,7 +22387,7 @@ $DBversion = '20.05.03.001'; > if( CheckVersion( $DBversion ) ) { > $dbh->do(q{ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost statuses by default in longoverdue.pl', 'Free'), >+ ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost statuses by default in longoverdue.pl', 'Free') > }); > > NewVersion( $DBversion, 25958, "Allow LongOverdue cron to exclude specified lost values"); >-- >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 26548
:
110876
|
110887