Hi everyone! I have a backend repo with Prisma in ...
# prisma-migrate
o
Hi everyone! I have a backend repo with Prisma in it, with a bunch of schema migrations inside a
migrations/
folder. I also have the backend running in production and it seems like somewhere along the line, the production Prisma DB migrations diverged from the one in the github repository. The production migrations seem to contain a migration that is not in the version controlled
migrations/
folder. It looks like the actual DB schemas are sync, but the migrations arent. Is there a way to sync them? Thanks