From 870c3f316b85543759ad486dbd9f7a22c9f6bf61 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 11 Feb 2025 12:11:07 +0000 Subject: [PATCH] Bug 39075: (QA follow-up) Use new bug number. refer to old Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- .../{bug_34587-fix_timestamps.pl => bug_39075.pl} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/atomicupdate/{bug_34587-fix_timestamps.pl => bug_39075.pl} (91%) diff --git a/installer/data/mysql/atomicupdate/bug_34587-fix_timestamps.pl b/installer/data/mysql/atomicupdate/bug_39075.pl similarity index 91% rename from installer/data/mysql/atomicupdate/bug_34587-fix_timestamps.pl rename to installer/data/mysql/atomicupdate/bug_39075.pl index d807cb6cd4..7775691eeb 100755 --- a/installer/data/mysql/atomicupdate/bug_34587-fix_timestamps.pl +++ b/installer/data/mysql/atomicupdate/bug_39075.pl @@ -2,8 +2,8 @@ use Modern::Perl; use Koha::Installer::Output qw(say_warning say_success say_info); return { - bug_number => "34587", - description => "Follow up to fix incorrect default values for timestamps", + bug_number => "39075", + description => "Follow up for bug 34587 to fix incorrect default values for timestamps", up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; -- 2.39.5