Bugzilla – Attachment 131178 Details for
Bug 30185
Missing return in db rev 210600003.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30185: Missing return in db rev 210600003.pl
Bug-30185-Missing-return-in-db-rev-210600003pl.patch (text/plain), 1.09 KB, created by
Martin Renvoize (ashimema)
on 2022-03-01 14:48:33 UTC
(
hide
)
Description:
Bug 30185: Missing return in db rev 210600003.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-01 14:48:33 UTC
Size:
1.09 KB
patch
obsolete
>From 9be9856a8175392722eb312fc83b07c8e89fe62b Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 25 Feb 2022 15:57:41 -1000 >Subject: [PATCH] Bug 30185: Missing return in db rev 210600003.pl > >db rev files are constructed with a return {...}, db rev 210600003.pl is missing return word. >I don't know if it can impact the db upgrade but we should fix it for consistency. > >To test upgrade from a version 21.05 and check db rev is applied. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/db_revs/210600003.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/210600003.pl b/installer/data/mysql/db_revs/210600003.pl >index e05228a3e8..025f2c895b 100755 >--- a/installer/data/mysql/db_revs/210600003.pl >+++ b/installer/data/mysql/db_revs/210600003.pl >@@ -1,6 +1,6 @@ > use Modern::Perl; > >-{ >+return { > bug_number => "24434", > description => "Add 'WrongTransfer' to branchtransfers.cancellation_reason enum", > up => sub { >-- >2.20.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 30185
:
131134
|
131136
|
131178
|
131179