Is there any way to disable migration in Entity Framework 4.3.1? I removed the migrations folder from the project and the generated tables in my database, but it doesn\'t wo
Deleting the Migrations folder has worked for me. I don't get any errors, it puts me back to where I started.
Migrations