packagist cakephp/migrations 1.5.8
CakePHP Migrations 1.5.8 released

latest releases: dev-add-status-command, dev-no-phinx, dev-config-integration...
7 years ago
  • The table metadata cache is now disabled when using the plugin to avoid exceptions about non-existing columns when a column was added by a migration directly followed by an insert or an update (#201)
  • Bump support to phinx 0.5.3 (#205, #210)
  • Add support for two new features of phinx 0.5.2 : the new status command output (including the name of the migrations) and the fulltext indexes support (for MySQL 5.6+ only) (#206)
  • Improve support for boolean type in baked snapshot (#208)
  • When using the Migrations class, the Environment is reset when the config is changed to avoid reading in the wrong phinxlog table (#209)
  • The MigrationsHelper now uses the cached version of table metadata. This could increase performance when baking snapshots. (#219)

As always, a huge thanks to all the community members that helped make this release happen by reporting issues and sending pull requests.

Don't miss a new migrations release

NewReleases is sending notifications on new releases.