Is there something like IgnoreChanges in framework 7 entity

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?

+4
source share

Source: https://habr.com/ru/post/1628282/


All Articles