fix: Added description column on typebot, dify and openai

This commit is contained in:
Davidson Gomes
2024-08-03 13:51:24 -03:00
parent 8438c442b4
commit 2aa0e08ae4
14 changed files with 56 additions and 37 deletions

View File

@@ -282,6 +282,7 @@ model Websocket {
model Typebot {
id String @id @default(cuid())
enabled Boolean @default(true) @db.Boolean
description String? @db.VarChar(255)
url String @db.VarChar(500)
typebot String @db.VarChar(100)
expire Int? @default(0) @db.Integer