CakePHP Migrations 1.2.1 Released
- Fixed a bug in the
Migrations
class that raised an exception when calling a method. - The "comment" column option is now added to baked migrations. Note that this only works for the MySQL and PostgreSQL drivers.
- Unit tests are now running on PHP7 as well.