✨ Introducing Radar, fraud detection
This commit is contained in:
@ -201,6 +201,7 @@ model Typebot {
|
||||
isArchived Boolean @default(false)
|
||||
isClosed Boolean @default(false)
|
||||
whatsAppCredentialsId String?
|
||||
riskLevel Int?
|
||||
|
||||
@@index([workspaceId])
|
||||
@@index([folderId])
|
||||
|
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Typebot" ADD COLUMN "riskLevel" INTEGER;
|
@ -185,6 +185,7 @@ model Typebot {
|
||||
isArchived Boolean @default(false)
|
||||
isClosed Boolean @default(false)
|
||||
whatsAppCredentialsId String?
|
||||
riskLevel Int?
|
||||
|
||||
@@index([workspaceId])
|
||||
@@index([isArchived, createdAt(sort: Desc)])
|
||||
|
Reference in New Issue
Block a user