I have a problem when I try to update my database in cmd it shows an error
"There is already an object named 'AspNetRoles' in the database".
I tried to solve this problem with option "Add-Migration InitialMigrations -IgnoreChanges" in Package Manager Console, but there is also an error "A parameter cannot be found that matches parameter name 'IgnoreChanges'". Probably, is it because my project is based on EF Core, but "IgnoreChanges" is available only in EF6? How can I solve this problem to have opportunity to update database?
