You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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