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
You're right, goto is completely broken. It was based on mattes/migrate, which is (was?) using sequential migration number. Now that we're using timestamps instead, it won't work as it, the code must be rewritten. Sorry for that, I'll try to find the time to fix this, or you can provide a PR to fix the behaviour.
Thanks
if I have version 1, 2, 3, 4, 5 (all created in that order), and I am currently at 5. If I use
migrate goto 3
, it applies the down for all versions.The text was updated successfully, but these errors were encountered: