I’ve mucked up my migrations, I used IgnoreChanges on the initial migration, but now I want to delete all my migrations and start with an initial migration with all...
This looks like a really common task, but I can’t find an easy way to do it. I want to undo the last applied migration. I would have expected...