You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was happening because SeedInitialData method was called directly under Seed method in DbMigrationsConfiguration. Then each time you call Update-Database, it executes this line and keeps adding CMRPS.
Now it's moved under migrationVersion switch, so it will only be executed for "Initial" migration.
Somehow on local CMRP records are duplicate, what's the trouble?
The text was updated successfully, but these errors were encountered: