Bugzilla – Attachment 96992 Details for
Bug 24263
borrowers.relationship should not contain an empty string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24263: (QA follow-up) Atomic update fixes
Bug-24263-QA-follow-up-Atomic-update-fixes.patch (text/plain), 1.13 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-01-08 13:12:48 UTC
(
hide
)
Description:
Bug 24263: (QA follow-up) Atomic update fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-01-08 13:12:48 UTC
Size:
1.13 KB
patch
obsolete
>From 96ba4f74f02e8afe9f96450b29ecc9b05d970656 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 8 Jan 2020 10:11:07 -0300 >Subject: [PATCH] Bug 24263: (QA follow-up) Atomic update fixes > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/atomicupdate/bug_24215.perl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_24215.perl b/installer/data/mysql/atomicupdate/bug_24215.perl >index 61a1915baf..2cde433d45 100644 >--- a/installer/data/mysql/atomicupdate/bug_24215.perl >+++ b/installer/data/mysql/atomicupdate/bug_24215.perl >@@ -1,10 +1,10 @@ > $DBversion = 'XXX'; # will be replaced by the RM > if( CheckVersion( $DBversion ) ) { > $dbh->do( q| >- UPDATE borowers SET relationship = NULL >+ UPDATE borrowers SET relationship = NULL > WHERE relationship = "" > |); > > SetVersion( $DBversion ); >- print "Upgrade to $DBversion done (Bug 24215 - Replace relationship with NULL when "")\n"; >+ print "Upgrade to $DBversion done (Bug 24215 - Replace relationship with NULL when empty string)\n"; > } >-- >2.24.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 24263
:
96418
|
96419
|
96420
|
96531
|
96532
|
96533
|
96989
|
96990
|
96991
| 96992