Skip to content

Commit

Permalink
Flush database changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed May 8, 2024
1 parent 3007804 commit 54b4505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/FillPlatformUuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

$project->setPlatformUuid($platformUuid);
$output->writeln('Fixing project ' . $project->getId() . ' with platform uuid ' . $platformUuid);
$entityManager->persist($project);
$entityManager->flush();
}
}

Expand Down

0 comments on commit 54b4505

Please sign in to comment.