Trouble migrating the schema
Remote contains 3 migrations, same as my local. I have made some changes in the schema and I want to migrate it. But I'm getting this error. (Shown in first image).
But the thing is the changed models shown in the image is not done by me. My friend made those changes but he made a mistake. Instead of migrating the changes. He did
DB: Postgres
But the thing is the changed models shown in the image is not done by me. My friend made those changes but he made a mistake. Instead of migrating the changes. He did
db push directly so the change is not registered in the migration history. But due to this I cannot push my changes in remote.DB: Postgres
