Skip to content

Releases: laravel-doctrine/migrations

1.3.0

19 Sep 09:51
d96dbb1

Choose a tag to compare

Laravel 6

v1.2.0

03 Sep 11:47
3fa4ebc

Choose a tag to compare

Fixed ResetCommand table isolation issues for postgresql and mssql (#…

v1.1.10

30 May 16:29

Choose a tag to compare

#70: Fix --no-interaction for VersionCommand (#71)

v1.1.9

28 May 08:42

Choose a tag to compare

Fix VersionCommand with arguments --all --add (#67)

v1.1.8

01 Mar 17:40

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

Choose a tag to compare

Add support for Laravel's auto discovery feature (#55)

v1.1.6

01 Sep 07:17

Choose a tag to compare

Laravel 5.5 support

v1.1.5

03 Apr 16:01

Choose a tag to compare

Adds support for generating migrations per connection

v1.1.4

22 Mar 19:34

Choose a tag to compare

php artisan doctrine:migrations:migrate --write-sql throws ErrorExcep…

v1.1.3

30 Jan 10:37

Choose a tag to compare

Laravel 5.4 support