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
Show migration table name in status command output (#978)
Display which migration tracking table is being used (cake_migrations
or phinxlog) in the status command output. This helps users understand
which table format they are using during upgrades.
Also updates help text to use generic 'migration tracking table'
instead of 'phinxlog' since the table name varies based on configuration.
0 commit comments