Files
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;