Hello, I'm having some issues with updating our database. I imagine it's due to forgetting to run migrate on a change or something but I'm really new to Prisma and its workflows so I'm a bit stuck on what to do.
That image shows a change I did prior to the one I'm trying to do now and it seems I forgot to migrate that one as well. I cannot reset the database (prod). I've tried following the guides on here:
https://www.prisma.io/docs/guides/database/production-troubleshooting#migration-history-conflicts specifically with the moving fowards but the resultant forwards.sql only includes information about the change I'm currently trying to do and has nothing about the sentVerification column.
I am using a CMS called KeystoneJS which handles the prisma schema generation but it is up to me to run the prisma commands which is where I get a bit lost.