Skip to content

Commit

Permalink
fix novaezmailing rename tables
Browse files Browse the repository at this point in the history
  • Loading branch information
AUDUL committed Dec 4, 2023
1 parent 6f794e1 commit 452a39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/Command/MigrateNovaEzMailingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
{
$io = new SymfonyStyle($input, $output);
$dumpSql = $input->getOption('dump-sql') === true;
$removeTables = $input->getOption('remove tables') === true;
$removeTables = $input->getOption('remove-tables') === true;

foreach (self::TABLES as $oldTable => $newTable) {
try {
Expand Down

0 comments on commit 452a39d

Please sign in to comment.