Database and Ecto Migration out of sync

I’m not entirely sure what I did while I was moving server, but now my database is ahead of the migration. Is there a way to indicate where the migration should be?

1 Like

Ecto uses a table called schema_migrations to keep track of which migrations have already run, yours is probably out of sync

2 Likes