Monday, January 28, 2019

Rollback to a particular migration with Entity Framework 6!

At the NuGet console command line...

EntityFramework\Update-Database -TargetMigration:"Yin"
      -ConfigurationTypeName "Yang" -Force

No comments:

Post a Comment