Shoot sketches templates
Deploy / deploy (push) Failing after 44s

This commit is contained in:
twotalesanimation
2026-07-12 12:27:21 +02:00
parent 4ae14cf8b2
commit 2f91c71307
7 changed files with 876 additions and 7 deletions
+13
View File
@@ -751,3 +751,16 @@ model TakeAttachment {
@@map("take_attachments")
}
model SketchTemplate {
id String @id @default(cuid())
name String
fileUrl String
fileKey String @default("")
fileName String @default("")
fileSize BigInt?
sortOrder Int @default(0)
createdAt DateTime @default(now())
@@map("sketch_templates")
}