From aedb75b2ff009885659a77b0fe60e9b128f6bbaa Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 7 Nov 2024 15:28:42 +0100 Subject: [PATCH] Bug 38394: Remove 3 'done' We don't want that, and it's not consistent with the other outputs. If we don't have anything useful to say, don't say anything. --- installer/data/mysql/db_revs/240600021.pl | 1 - installer/data/mysql/db_revs/240600032.pl | 1 - installer/data/mysql/db_revs/240600054.pl | 2 -- 3 files changed, 4 deletions(-) diff --git a/installer/data/mysql/db_revs/240600021.pl b/installer/data/mysql/db_revs/240600021.pl index 7e7d5679560..e55f8b94f66 100755 --- a/installer/data/mysql/db_revs/240600021.pl +++ b/installer/data/mysql/db_revs/240600021.pl @@ -59,6 +59,5 @@ return { say_info( $out, "Removed 'issuelimit' column from 'categories' table" ); } } - say_info( $out, "Bug 35539: All done." ); }, }; diff --git a/installer/data/mysql/db_revs/240600032.pl b/installer/data/mysql/db_revs/240600032.pl index 469b1fa7302..706f12e7f76 100755 --- a/installer/data/mysql/db_revs/240600032.pl +++ b/installer/data/mysql/db_revs/240600032.pl @@ -16,6 +16,5 @@ return { ); say_info( $out, "Added column 'service_platformerm_usage_data_providers'" ); } - say_success( $out, "Done" ); }, }; diff --git a/installer/data/mysql/db_revs/240600054.pl b/installer/data/mysql/db_revs/240600054.pl index 4de98de2cf3..546f2e6d589 100755 --- a/installer/data/mysql/db_revs/240600054.pl +++ b/installer/data/mysql/db_revs/240600054.pl @@ -74,8 +74,6 @@ return { $out, $reports ); - } else { - say_info( $out, "Finished database update." ); } }, -- 2.34.1