Skip to content

CakePHP Migrations 4.5.0

Latest
Compare
Choose a tag to compare
@markstory markstory released this 24 Nov 03:19
· 34 commits to 4.x since this release
32afa21

This release introduces new base classes for migrations - Migrations\BaseMigration, and seeds Migrations\BaseSeed. These new base classes will be used in newly generated migrations, snapshots and diffs if the builtin backend is enabled. These base classes are not compatible with phinx, and represent the forwards compatible path for applications.

In a future cakephp/upgrade release a rector rule will be added to change existing migrations to the new base classes.

What's Changed

Full Changelog: 4.4.2...4.5.0