Skip to content

CakePHP Migrations 4.4.0

Compare
Choose a tag to compare
@markstory markstory released this 23 Aug 21:40
· 20 commits to 4.x since this release
6047ee0

Default backend update

Following the addition of the builtin backend in 4.3.0, the builtin backend is now the default in 4.4.0. If your migrations don't run correctly with 4.4.0 please open an issue. You can temporarily switch back to the phinx backend by setting Migrations.backend = 'phinx' in your config/app.php.

The phinx backend is planned for removal in the 5.0 release which will follow 4.4 after collecting feedback from the community for a few months.

What's Changed

Full Changelog: 4.3.2...4.4.0