Skip to content

2.0.0

Compare
Choose a tag to compare
@eigan eigan released this 05 Apr 18:34
· 14 commits to 2.0 since this release
2.0.0
fa9aac7

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.