Bugzilla – Attachment 177728 Details for
Bug 39075
Fix DB inconsistencies in the usage statistics module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39075: (QA follow-up) Use new bug number. refer to old
Bug-39075-QA-follow-up-Use-new-bug-number-refer-to.patch (text/plain), 1.41 KB, created by
Marcel de Rooy
on 2025-02-11 12:23:17 UTC
(
hide
)
Description:
Bug 39075: (QA follow-up) Use new bug number. refer to old
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-11 12:23:17 UTC
Size:
1.41 KB
patch
obsolete
>From 870c3f316b85543759ad486dbd9f7a22c9f6bf61 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> >--- > .../{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
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 39075
:
177674
|
177727
| 177728