When I try to upgrade for my migration, if my migration is not synchronized with my SQL database, I get this message:
There is already an object in the database with the name "something *"
In an entity 6 infrastructure, I could use Ignore Changes, but in an entity 7 structure, I need to delete my database and then migrate. Is there any solution?
source
share