Bugzilla – Attachment 174397 Details for
Bug 38011
Add a foreign key link between vendors and subscriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38011: (QA follow-up) Improve database update output
Bug-38011-QA-follow-up-Improve-database-update-out.patch (text/plain), 968 bytes, created by
Martin Renvoize (ashimema)
on 2024-11-12 07:41:40 UTC
(
hide
)
Description:
Bug 38011: (QA follow-up) Improve database update output
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-11-12 07:41:40 UTC
Size:
968 bytes
patch
obsolete
>From 270406069a6f18bd53748b276b9e6f2a38e30994 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 12 Nov 2024 07:41:03 +0000 >Subject: [PATCH] Bug 38011: (QA follow-up) Improve database update output > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/db_revs/240600061.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/240600061.pl b/installer/data/mysql/db_revs/240600061.pl >index f9ef9231b24..02f7a58167c 100755 >--- a/installer/data/mysql/db_revs/240600061.pl >+++ b/installer/data/mysql/db_revs/240600061.pl >@@ -24,7 +24,7 @@ return { > say_info( > $out, > "Updated $fixed subscriptions with NULL aqbooksellerid where aqbooksellerid was not found in aqbooksellers" >- ) if $fixed; >+ ) if ( $fixed && $fixed ne '0E0' ); > > $dbh->do( > q| >-- >2.47.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 38011
:
171971
|
171972
|
173859
|
173860
|
174180
|
174181
|
174182
|
174183
|
174185
|
174186
|
174187
|
174188
| 174397 |
174492