Files
vfxreview/prisma/migrations/20260625000000_add_shot_highres_fields/migration.sql
T
twotalesanimation b683976cc6
Deploy / deploy (push) Successful in 3m16s
High res uploads
2026-06-25 09:56:41 +02:00

4 lines
164 B
SQL

-- AddColumn highResKey and highResFilename to shots table
ALTER TABLE "shots" ADD COLUMN "highResKey" TEXT;
ALTER TABLE "shots" ADD COLUMN "highResFilename" TEXT;