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>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Fridolin Somers 2022-02-25 15:57:41 -10:00
parent 42181dfce7
commit fd1c259c0d

View file

@ -1,6 +1,6 @@
use Modern::Perl;
{
return {
bug_number => "24434",
description => "Add 'WrongTransfer' to branchtransfers.cancellation_reason enum",
up => sub {