mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
Cange referential action for Signature_recipientId_fkey
This commit is contained in:
@ -130,6 +130,6 @@ model Signature {
|
||||
signatureImageAsBase64 String?
|
||||
typedSignature String?
|
||||
|
||||
Recipient Recipient @relation(fields: [recipientId], references: [id], onDelete: Restrict)
|
||||
Recipient Recipient @relation(fields: [recipientId], references: [id], onDelete: Cascade)
|
||||
Field Field @relation(fields: [fieldId], references: [id], onDelete: Restrict)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user