I\'m using Entity Framework 7 beta 5. I started with the mvc template with user management. I have added several migrations, during my trials.
Now I want to delete
What exactly do you need support from EF for? Here's what I'd do:
dotnet ef migrations add <initial-migration-name>