github cakephp/migrations 4.4.0
CakePHP Migrations 4.4.0

latest release: 4.4.1
26 days ago

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

Don't miss a new migrations release

NewReleases is sending notifications on new releases.