Skip to content

v1.1.8

Compare
Choose a tag to compare
@patrickbrouwers patrickbrouwers released this 01 Mar 17:40
· 4 commits to 1.1 since this release
Fix rollback in production, drop unused trait (#63)

* Add missing --force option to ExecuteCommand

This command is called by doctrine:migrate:rollback, without this rollbacks cannot be applied in production

Fixes #58

* Actually use ConfirmableTrait in ResetCommand