Files
vfxreview/prisma/migrations/20260625110000_add_shot_version/migration.sql
T
twotalesanimation 75d5149bea
Deploy / deploy (push) Successful in 3m12s
versioning added
2026-06-25 22:19:22 +02:00

3 lines
89 B
SQL

-- AlterTable
ALTER TABLE "shots" ADD COLUMN "shotVersion" TEXT NOT NULL DEFAULT 'v001';