Bugzilla – Attachment 160510 Details for
Bug 35698
Wrong bug number in db_revs/220600084.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35698: (bug 32162 follow-up) fix bug number in db rev
Bug-35698-bug-32162-follow-up-fix-bug-number-in-db.patch (text/plain), 917 bytes, created by
Jonathan Druart
on 2024-01-04 08:54:42 UTC
(
hide
)
Description:
Bug 35698: (bug 32162 follow-up) fix bug number in db rev
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-04 08:54:42 UTC
Size:
917 bytes
patch
obsolete
>From b9990bc45c2c92cfa299451d847a2e041bcf6db4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 4 Jan 2024 09:54:00 +0100 >Subject: [PATCH] Bug 35698: (bug 32162 follow-up) fix bug number in db rev > >Should be 32162, not 31162. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/db_revs/220600084.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/220600084.pl b/installer/data/mysql/db_revs/220600084.pl >index acfecddd4ee..4646299de0d 100755 >--- a/installer/data/mysql/db_revs/220600084.pl >+++ b/installer/data/mysql/db_revs/220600084.pl >@@ -1,7 +1,7 @@ > use Modern::Perl; > > return { >- bug_number => "31162", >+ bug_number => "32162", > description => "Add primary key to erm_eholdings_packages_agreements", > up => sub { > my ($args) = @_; >-- >2.34.1
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 35698
: 160510