Releases: odan/phinx-migrations-generator
Releases · odan/phinx-migrations-generator
6.2.1
6.2.0
6.1.1
Fixed
6.1.0
Due to technical issues with Phinx versioning and some (incompatible) changes in Phinx 0.15, this minor version had to be adjusted accordingly.
Fixed
Changed
-
Replace deprecated "default_migration_table" config setting with "migration_table"
- You may need to change your phinx configuration file.
- Read more: cakephp/phinx#1961
-
Change default table collation from utf8_general_ci to utf8mb4_unicode
Removed
6.0.1
6.0.0
5.7.1
5.7.0
Changed
- Add support for phinx 0.13. Thanks to @JoyceBabu
- Dropped support for PHP 7.2
5.6.0
Added
- Add symfony/console v6
- Add Github Action for PHP 8.1