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
Update all of your imports. e.g. github.com/golang-migrate/migrate/v3 becomes github.com/golang-migrate/migrate
A command like this should work: sed -i -e 's@"github.com/golang-migrate/migrate/v3@"github.com/golang-migrate/migrate@g' $(git grep -l '"github.com/golang-migrate/migrate/v3')
Note: BSD sed and GNU sed treat the -i option differently. Please consult your sed man page before running the command above.
Changes
Don't drop views when running migrate drop with the Postgres db driver thanks to @MikeFitzgerald (#110)