PendingChanges exception when applying a specific migration
Opened this issue · 0 comments
AndriySvyryd commented
same problem when removing previous migration (while having pending changes of course)
update-database -project $DalProject -StartupProject $WebProject -context $DbContext -v $PreviousMigrationI used to have this error in previous version in specific cases but I'm not sure which.
So Ignoring PendingChanges in configuration solves the problem but I feel like a safety net has been removed.
Originally posted by @sebestyn168 in #34431