Package Manager Console Entity Framework 6 Migrations profile
This tutorial is about adding the following functionality to the Entity Framework Migrations CLI:
- Execute commands against the project containing the migrations by providing the most likely -Project parameter value
- Allow updating the database using a numeric TargetMigration (-2 = migrate to the third last migration)