Skip to content

CakePHP Migrations 1.4.0 Released

Compare
Choose a tag to compare
@HavokInspiration HavokInspiration released this 17 Oct 16:33
  • Now requires CakePHP 3.1.X
  • Fix a behaviour that would exit the shell process if you were to call the migrations shell using a Shell::dispatchShell() call
  • Fix a bug where some tables name were not correctly extracted in some bake calls
  • You can now specify the length of the field when baking a migration. More details in the CakePHP Cookbook
  • The mark_migrated command is now behaving like other phinx commands. The previous behaviour and syntax are still supported to provide backward compatibility but are considered deprecated. More details in the CakePHP Cookbook