mirror of
https://github.com/documenso/documenso
synced 2026-05-23 08:58:32 +00:00
🗃️ Field inserted flag
This commit is contained in:
parent
6bc4014ea5
commit
0bf323ed90
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ model Field {
|
|||
positionX Int @default(0)
|
||||
positionY Int @default(0)
|
||||
customText String
|
||||
inserted Boolean
|
||||
Document Document @relation(fields: [documentId], references: [id], onDelete: Cascade)
|
||||
Recipient Recipient? @relation(fields: [recipientId], references: [id], onDelete: Cascade)
|
||||
Signature Signature?
|
||||
|
|
|
|||
Loading…
Reference in a new issue