From 571264e4f7a831279b12cf1cafa7ae05f68f5eae Mon Sep 17 00:00:00 2001 From: Arthur de Moulins Date: Thu, 16 Nov 2023 15:35:16 +0100 Subject: [PATCH] prepend 'v' before configurator version --- configurator/src/Command/Migration20230807Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurator/src/Command/Migration20230807Command.php b/configurator/src/Command/Migration20230807Command.php index dcd38b5ef..d22263845 100644 --- a/configurator/src/Command/Migration20230807Command.php +++ b/configurator/src/Command/Migration20230807Command.php @@ -12,7 +12,7 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -#[AsCommand(name: 'migration:20230807')] +#[AsCommand(name: 'migration:v20230807')] final class Migration20230807Command extends Command { public function __construct(