I'm working on an Entity Framework project (worked fine), I accidentally pulled an old database from production on to the project (unable to revert back). The DbContext
has changed since. The production db is not compatible.
Question: how can I update my DbContext
to reflect these changes?
By default update-database
does not update the right database, since I have two databases.