I got a project and I restored that database (from a backup). When I added a new migration for some changes, I get this error:
There is already an object named 'Languages' in the database.
But I want to change some other table, I don't want to re-create database again.
Please help me :(