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 work! How can you remove the migration?
question from:https://stackoverflow.com/questions/9703810/how-to-disable-migration-in-entity-framework-4-3-1