Removing an Applied Entity Framework Migration Without Making Things Worse
engineering #dotnet #entity-framework #database-migrations
Removing an Applied Entity Framework Migration Without Making Things Worse
An applied migration is part of a database’s history, so deleting it from source control does not undo what happened in an environment. This post will explain the difference between development and shared environments, when a rollback is appropriate, and why a corrective migration is often the safer path.