packagist cakephp/migrations 1.6.5
CakePHP Migrations 1.6.5 released

latest releases: dev-add-status-command, dev-no-phinx, dev-config-integration...
7 years ago
  • Fix a regression that was introduced in the migration_diff baking command where all columns for every tables in the connection were added to the migration file. This should not happen anymore. (#279)
  • Constraints action name are now properly handled when baking a migration_diff (#280)
  • Add support for the after attribute in diff : when baking a diff, columns order from the tables are now kept. (#281)
  • When baking migrations, if the name of migrations provided when calling the bake command follows the "action" convention, the computed table name is not pluralized anymore and follows the input of the user. (#282)
  • When baking a snapshot, migrating or rolling back, you can now use a new option --no-lock to skip the dump file generation.

Don't miss a new migrations release

NewReleases is sending notifications on new releases.