Yeah, i think it would help.
I‘d first run „prisma migrate diff —from-migrations —to-url your-prod-url“, this should give you a summary of the differences. If those are expected you could then run that again with „—script“ to get a sql script. If you manually create a migration folder and put that script in there and then „prisma migrate resolve —applied migration-to-fix-drift“ that on your prod db you should now have a migration history that yields a db that is in line with prod.