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
Is your feature request related to a problem? Please describe.
Migrating up/down today is a pain. It is not clear which migrations are to be attributed with which version, so users have to manually compare the gorp_migrations table with the sql/ directory of the release tag.
Describe the solution you'd like
We should create a convoy migrate list that outputs all the migrations with their respective convoy version.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Migrating up/down today is a pain. It is not clear which migrations are to be attributed with which version, so users have to manually compare the
gorp_migrations
table with thesql/
directory of the release tag.Describe the solution you'd like
We should create a
convoy migrate list
that outputs all the migrations with their respective convoy version.The text was updated successfully, but these errors were encountered: