Skip to content

CakePHP Migrations 1.6.5 released

Compare
Choose a tag to compare
@HavokInspiration HavokInspiration released this 30 Dec 21:14
  • 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.