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