0
mayankm created
We've upgraded to latest version and then while merging the code, it got conflicts in DbContextModelSnapshot file.
When I run Update-Database, it says all up to date.
When I add migration to make further changes in DB, it throws below error and shows all previous migration changes in migration file along with DbContextModelSnapshot file.
What's the process to fix this migration issue?