Skip to content

CakePHP Migrations 1.2.1 Released

Compare
Choose a tag to compare
@HavokInspiration HavokInspiration released this 11 Aug 17:46
  • 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.