⚡ (whatsapp) Improve whatsApp management and media collection
Closes #796
This commit is contained in:
@ -199,6 +199,7 @@ model Typebot {
|
||||
isArchived Boolean @default(false)
|
||||
isClosed Boolean @default(false)
|
||||
whatsAppPhoneNumberId String?
|
||||
whatsAppCredentialsId String?
|
||||
|
||||
@@index([workspaceId])
|
||||
@@index([folderId])
|
||||
|
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Typebot" ADD COLUMN "whatsAppCredentialsId" TEXT;
|
@ -183,6 +183,7 @@ model Typebot {
|
||||
isArchived Boolean @default(false)
|
||||
isClosed Boolean @default(false)
|
||||
whatsAppPhoneNumberId String?
|
||||
whatsAppCredentialsId String?
|
||||
|
||||
@@index([workspaceId])
|
||||
@@index([isArchived, createdAt(sort: Desc)])
|
||||
|
Reference in New Issue
Block a user