Member
361 Points
823 Posts
Sep 24, 2018 01:52 PM|3v3rhart|LINK
if you migrate to a previous migration with the code below
PM> update-database -targetmigration "201809121810108_PreviousMigrationName" do you need to run update-database again by itself for the changes to take effect or is the above -targetmigration code run and nothing more?
Member
361 Points
823 Posts
-targetmigration
Sep 24, 2018 01:52 PM|3v3rhart|LINK
if you migrate to a previous migration with the code below
PM> update-database -targetmigration "201809121810108_PreviousMigrationName"
do you need to run update-database again by itself for the changes to take effect or is the above -targetmigration code run and nothing more?