From 37b2acc758fba567c051aa6ba2ae6ad7fa336e97 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy 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 --- 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