Files
twotalesanimation 4624a4f67d
Deploy / deploy (push) Successful in 3m0s
Key Shots
2026-07-09 13:43:16 +02:00

3 lines
118 B
SQL

-- AlterTable: add isKeyShot flag to shots
ALTER TABLE "shots" ADD COLUMN "isKeyShot" BOOLEAN NOT NULL DEFAULT false;