Skip to content

Releases: laravel-doctrine/migrations

v1.1.9

28 May 08:42
Compare
Choose a tag to compare
Fix VersionCommand with arguments --all --add (#67)

v1.1.8

01 Mar 17:40
Compare
Choose a tag to compare
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

02 Oct 09:08
Compare
Choose a tag to compare
Add support for Laravel's auto discovery feature (#55)

v1.1.6

01 Sep 07:17
Compare
Choose a tag to compare

Laravel 5.5 support

v1.1.5

03 Apr 16:01
Compare
Choose a tag to compare

Adds support for generating migrations per connection

v1.1.4

22 Mar 19:34
Compare
Choose a tag to compare
php artisan doctrine:migrations:migrate --write-sql throws ErrorExcep…

v1.1.3

30 Jan 10:37
Compare
Choose a tag to compare

Laravel 5.4 support

v1.1.2

29 Jan 13:51
Compare
Choose a tag to compare
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`.

v1.1.1

24 Nov 09:22
Compare
Choose a tag to compare
  • Fix for filter schema
  • DatabaseMigrations trait

v1.1.0

24 Sep 18:42
Compare
Choose a tag to compare

Ignore password rests and failed jobs table by default
Per entity manager connection migration config (#34)