2
0

🗃️ Remove updatedAt field from Result

This commit is contained in:
Baptiste Arnaud
2023-03-07 15:51:44 +01:00
parent b77e2c8d2c
commit 2788d58e50
6 changed files with 41 additions and 8 deletions

View File

@ -223,7 +223,6 @@ model PublicTypebot {
model Result {
id String @id @default(cuid())
createdAt DateTime @default(now())
updatedAt DateTime @default(now()) @updatedAt
typebotId String
variables Json
isCompleted Boolean