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