Add original footage to shots function
Deploy / deploy (push) Has been cancelled

This commit is contained in:
twotalesanimation
2026-05-20 11:02:33 +02:00
parent 5c1fd9f288
commit bcea123112
12 changed files with 880 additions and 326 deletions
@@ -0,0 +1 @@
-- This is an empty migration.
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "shots" ADD COLUMN "originalFootageKey" TEXT,
ADD COLUMN "originalFootageUrl" TEXT;