@@ -297,6 +297,12 @@ model Shot {
|
||||
shotGroupId String?
|
||||
shotApprovalStatus ShotApprovalStatus @default(PENDING)
|
||||
sharedWithClient Boolean @default(false)
|
||||
// EDL / pull CSV fields
|
||||
sourceClip String?
|
||||
timecodeStart String?
|
||||
timecodeEnd String?
|
||||
clipDuration String?
|
||||
exrOutput String?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user