Releases: laravel-doctrine/migrations
Releases · laravel-doctrine/migrations
1.3.0
Laravel 6
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