Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing doctrine commands with migrations
The recommended way to update your database is to use migrations. This plugin uses migrations as well, so executing `doctrine:migrations:migrate` should be safer than just running `doctrine:schema:update --force`.
- Loading branch information