Skip to content

Releases: laravel-doctrine/migrations

3.1.0

05 Oct 05:39
3.1.0
098e8fa
Compare
Choose a tag to compare
  • Allow laravel-doctrine/orm 2.0
  • Laravel 10 #131 @77web

3.0.0

31 Jan 08:19
Compare
Choose a tag to compare

Breaking changes

  • If you have set version_column_length in your configuration, make sure this is large enough to
    fit the new value used in version column, new default is 191.
  • Rename of command options.
    All commands are now directly used from the doctrine/migrations library. This causes several changes in how
    you might have used the commands, some options have been renamed, some removed, some added.
  • New configuration structure, we now support all the same configuration keys as doctrine/migrations.
    See default config for new structure. Note that laravel-doctrine/migrations allow different config
    for each EntityManager.

Please read the upgrade guide from doctrine/migrations here: https://github.com/doctrine/migrations/blob/3.5.x/UPGRADE.md
Your previous doctrine/migrations version was 2.x.

2.3.0

25 Jan 17:50
2.3.0
1d35e8b
Compare
Choose a tag to compare
  • Support Laravel 6, 7 and 8 with PHP 8.

2.1.0

26 Apr 11:20
2.1.0
beddaf5
Compare
Choose a tag to compare
  • Possible to configure version column length with version_column_length in config/migrations.php. #96 @chewbakartik

2.0.0

05 Apr 18:34
2.0.0
fa9aac7
Compare
Choose a tag to compare

Breaking changes

You will need to update your migration files.

  • Doctrine\Schema\Schema -> Doctrine\DBAL\Schema\Schema
  • Doctrine\DBAL\Migrations\AbstractMigration -> Doctrine\Migrations\AbstractMigration
  • up and down methods needs the void return type.

1.3.2

16 Feb 19:06
1.3.2
10a636c
Compare
Choose a tag to compare
  • Added organize_migrations which lets you organize by year, or year and month. #91 (@FlashBlack)

1.3.1

24 Sep 06:06
30ab7c5
Compare
Choose a tag to compare

1.3.0

19 Sep 09:51
d96dbb1
Compare
Choose a tag to compare

Laravel 6

v1.2.0

03 Sep 11:47
3fa4ebc
Compare
Choose a tag to compare
Fixed ResetCommand table isolation issues for postgresql and mssql (#…

v1.1.10

30 May 16:29
Compare
Choose a tag to compare
#70: Fix --no-interaction for VersionCommand (#71)