Key Shots
Deploy / deploy (push) Successful in 3m0s

This commit is contained in:
twotalesanimation
2026-07-09 13:43:16 +02:00
parent 637b141c87
commit 4624a4f67d
6 changed files with 138 additions and 10 deletions
+2
View File
@@ -311,6 +311,8 @@ model Shot {
highResFilename String?
// Shot-level version tracking (e.g. v001, v002)
shotVersion String @default("v001")
// Key shot flag — highlighted for prioritisation
isKeyShot Boolean @default(false)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt