CSV TC import
Deploy / deploy (push) Successful in 3m9s

This commit is contained in:
twotalesanimation
2026-06-14 14:12:45 +02:00
parent 1bdb147d24
commit 8caf0f9bd1
6 changed files with 395 additions and 3 deletions
@@ -0,0 +1,3 @@
-- Add sequence/picture lock timecode fields to shots
ALTER TABLE "shots" ADD COLUMN "seqTimecodeStart" TEXT;
ALTER TABLE "shots" ADD COLUMN "seqTimecodeEnd" TEXT;
+3
View File
@@ -303,6 +303,9 @@ model Shot {
timecodeEnd String?
clipDuration String?
exrOutput String?
// Sequence / picture lock timecodes
seqTimecodeStart String?
seqTimecodeEnd String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt