🐛 Remove delete result cascade
This commit is contained in:
committed by
Baptiste Arnaud
parent
30dff2d5d7
commit
3c803b1345
@ -212,7 +212,7 @@ model Result {
|
||||
isCompleted Boolean
|
||||
hasStarted Boolean?
|
||||
isArchived Boolean?
|
||||
typebot Typebot @relation(fields: [typebotId], references: [id], onDelete: Cascade)
|
||||
typebot Typebot @relation(fields: [typebotId], references: [id], onDelete: NoAction)
|
||||
answers Answer[]
|
||||
logs Log[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user