From 270406069a6f18bd53748b276b9e6f2a38e30994 Mon Sep 17 00:00:00 2001 From: Martin Renvoize 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 --- 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