The fix
My database migration ran locally but never applied in production. I'm using [Prisma/Drizzle] on [Vercel/...]. Show me how to wire migrations into the deploy step, for example prisma migrate deploy in the build command, and how to test it once against a staging database before I rely on it.
Learn it properly: Recipe 07, Ship β