Skip to content

CakePHP Migrations 1.6.4 released

Compare
Choose a tag to compare
@HavokInspiration HavokInspiration released this 29 Nov 13:05
  • A new option --data has been added to the bake seed command that will allow you to export data from an existing table. (#191, #260). More informations about the feature will be available soon in the cookbook.
  • Migrations CLI commands exceptions thrown by the business layer are not caught anymore. (#258 / #261).
  • All "*_phinxlog" tables are now skipped when baking a diff (#263 / #267).
  • When baking a migration, default values are now treated as strings : this prevents localized typecast to build erroring migration files (#266, #270).