Skip to content

Commit

Permalink
Merge pull request #6 from mad-coders/bug/5_broken_migration
Browse files Browse the repository at this point in the history
#5 Fix problem with migration execution order
  • Loading branch information
plewandowski authored Oct 29, 2021
2 parents 18cc552 + c536818 commit a9782fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ protected function getMigrationsDirectory(): string

protected function getNamespacesOfMigrationsExecutedBefore(): array
{
return [];
return ['Sylius\Bundle\CoreBundle\Migrations'];
}
}

0 comments on commit a9782fd

Please sign in to comment.