When i trying to do update for my migration,if my migration is not synchronized With my SQL database structure i get this message:
There is already an object named 'something*' in the database
In entity framework 6 i could use 'Ignore Changes' but in entity framework 7 I need to delete my database and then migrate.. Is there any solution?