Bugzilla – Attachment 90667 Details for
Bug 22563
Convert lost handling to use 'status' instead of multiple accounttypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22563: (QA follow-up) Correction to DB update
Bug-22563-QA-follow-up-Correction-to-DB-update.patch (text/plain), 1.06 KB, created by
Martin Renvoize (ashimema)
on 2019-06-17 14:01:51 UTC
(
hide
)
Description:
Bug 22563: (QA follow-up) Correction to DB update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-17 14:01:51 UTC
Size:
1.06 KB
patch
obsolete
>From ef39a69c94953cfc47c5b5e111c79d48963ca28d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 17 Jun 2019 15:01:11 +0100 >Subject: [PATCH] Bug 22563: (QA follow-up) Correction to DB update > >--- > installer/data/mysql/atomicupdate/bug_22563.perl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_22563.perl b/installer/data/mysql/atomicupdate/bug_22563.perl >index 1c27e04676..e8176f7c6b 100644 >--- a/installer/data/mysql/atomicupdate/bug_22563.perl >+++ b/installer/data/mysql/atomicupdate/bug_22563.perl >@@ -51,7 +51,7 @@ if ( CheckVersion($DBversion) ) { > UPDATE > accountlines > SET >- accounttype = 'LOST', >+ accounttype = 'LOST' > WHERE > accounttype = 'L'; > }); >@@ -60,7 +60,7 @@ if ( CheckVersion($DBversion) ) { > UPDATE > accountlines > SET >- accounttype = 'LOST_RETURNED', >+ accounttype = 'LOST_RETURNED' > WHERE > accounttype = 'CR'; > }); >-- >2.20.1
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 22563
:
86913
|
86914
|
87092
|
87093
|
87094
|
87637
|
87638
|
87639
|
87640
|
87641
|
87642
|
87801
|
87802
|
87803
|
87804
|
87805
|
87806
|
88279
|
88280
|
88281
|
88282
|
88283
|
88284
|
88285
|
88323
|
88324
|
88325
|
88326
|
88327
|
88328
|
88720
|
88721
|
88722
|
88723
|
88724
|
88725
|
89462
|
89463
|
89464
|
89465
|
89466
|
89467
|
90221
|
90222
|
90223
|
90224
|
90225
|
90226
|
90227
|
90307
|
90308
|
90309
|
90310
|
90311
|
90312
|
90330
|
90331
|
90332
|
90333
|
90334
|
90335
|
90632
|
90637
|
90667
|
91338
|
91339
|
91340
|
91341
|
91342
|
91343
|
91344
|
91345
|
91346
|
91347
|
91348