Releases: laravel-doctrine/migrations
Releases · laravel-doctrine/migrations
v1.2.0
Fixed ResetCommand table isolation issues for postgresql and mssql (#…
v1.1.10
#70: Fix --no-interaction for VersionCommand (#71)
v1.1.9
Fix VersionCommand with arguments --all --add (#67)
v1.1.8
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
v1.1.7
Add support for Laravel's auto discovery feature (#55)
v1.1.6
Laravel 5.5 support
v1.1.5
Adds support for generating migrations per connection
v1.1.4
php artisan doctrine:migrations:migrate --write-sql throws ErrorExcep…
v1.1.3
Laravel 5.4 support
v1.1.2
Don't require a value for --dry-run flag (#41) By removing the `=` sign the `--dry-run` flag will always invoke a dry run and thus you don't need to explicitly set it to `true`.