-- AlterTable: Add missing coverVideoId column to petitions table -- This column was present in the Prisma schema but omitted from the original -- 20260402200000_add_petitions migration. ALTER TABLE "petitions" ADD COLUMN "coverVideoId" INTEGER;