Skip to content

Commit

Permalink
Run updateSchema instead of createSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Apr 30, 2024
1 parent 7b30885 commit 3301282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InstallBundle/Installer/Database/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function migrate(): void

$schemaTool = new SchemaTool($em);

$schemaTool->createSchema($tables);
$schemaTool->updateSchema($tables);

$now = new DateTimeImmutable();

Expand Down

0 comments on commit 3301282

Please sign in to comment.