Bugzilla – Attachment 104755 Details for
Bug 25389
Inconsistent naming of account_credit_type for lost and returned items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25389: Correct original DB update for bug 22563
Bug-25389-Correct-original-DB-update-for-bug-22563.patch (text/plain), 880 bytes, created by
Kyle M Hall (khall)
on 2020-05-12 11:08:27 UTC
(
hide
)
Description:
Bug 25389: Correct original DB update for bug 22563
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-05-12 11:08:27 UTC
Size:
880 bytes
patch
obsolete
>From e491e8dbfa466e1c77b87f10d44c4d3a68ed4035 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 11 May 2020 11:27:16 +0100 >Subject: [PATCH] Bug 25389: Correct original DB update for bug 22563 > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 aa29daa098..277d094b34 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -19001,7 +19001,7 @@ if ( CheckVersion($DBversion) ) { > UPDATE > accountlines > SET >- accounttype = 'LOST_RETURNED' >+ accounttype = 'LOST_RETURN' > WHERE > accounttype = 'CR'; > }); >-- >2.24.2 (Apple Git-127)
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 25389
:
104678
|
104679
|
104680
|
104681
|
104755
|
104756
|
104757
|
104758
|
104775
|
104776
|
104777
|
104778