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
I'm proposing a "phinx clean" command that would basically find and remove all MISSING migrations from the phinxlog table. This happens when you delete a migration FILE after it was added to the database.
I'm proposing a "phinx clean" command that would basically find and remove all MISSING migrations from the
phinxlogtable. This happens when you delete a migration FILE after it was added to the database.