Bugzilla – Attachment 153718 Details for
Bug 33379
virtualshelfcontents.flags seems useless
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33379: (QA follow-up) Tidy dbrev
Bug-33379-QA-follow-up-Tidy-dbrev.patch (text/plain), 1.10 KB, created by
Marcel de Rooy
on 2023-07-20 11:52:55 UTC
(
hide
)
Description:
Bug 33379: (QA follow-up) Tidy dbrev
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-07-20 11:52:55 UTC
Size:
1.10 KB
patch
obsolete
>From 37b2acc758fba567c051aa6ba2ae6ad7fa336e97 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 20 Jul 2023 11:47:41 +0000 >Subject: [PATCH] Bug 33379: (QA follow-up) Tidy dbrev >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/atomicupdate/bug33379.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug33379.pl b/installer/data/mysql/atomicupdate/bug33379.pl >index 351baa22da..4f3ba3d6a1 100755 >--- a/installer/data/mysql/atomicupdate/bug33379.pl >+++ b/installer/data/mysql/atomicupdate/bug33379.pl >@@ -1,11 +1,11 @@ > use Modern::Perl; > > return { >- bug_number => 33379, >+ bug_number => 33379, > description => "Remove unused column virtualshelfcontents.flags", >- up => sub { >+ up => sub { > my ($args) = @_; >- my ($dbh, $out) = @$args{qw(dbh out)}; >+ my ( $dbh, $out ) = @$args{qw(dbh out)}; > if ( column_exists( 'virtualshelfcontents', 'flags' ) ) { > $dbh->do( > q{ >-- >2.30.2
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 33379
:
152749
|
152750
|
152770
|
152771
|
153010
|
153011
| 153718