I'm using ASP MVC 4 and EF 4. I use the Package Manager Console to run Enable-Migration command. I then did some changes and run Add-Migration after each of them. I now want to clear all the small changes and re-create a single migration script.
How can I do that?
Where does EF remember the "last entity state" from which it derive the next Add-Migration script?
Thank you, Ido.