I am trying to figure out how to run a specific migration from the package manager in nuget.
I have tried to run:
update-database -TargetMigration test32
But I do get this message:
A parameter cannot be found that matches parameter name 'TargetMigration'.
How can this be resolved?