I generated a migration by
mix ecto.gen.migration migration_name
I did not run the migration and decided not to run it at all. I deleted the migration file from priv folder, however, it still appears in the migration plan. Is there any way how to delete such a migration?
mix ecto.migrations, then I deleted it and I don't see it inmix ecto.migrations. - Dogbert