fix: add migration field message status

This commit is contained in:
vagnersantos
2024-10-01 15:11:36 -03:00
parent 168c5f18d8
commit af56b06f50
4 changed files with 186 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ model Message {
MessageUpdate MessageUpdate[]
Media Media?
webhookUrl String? @db.VarChar(500)
status Int? @db.Integer
sessionId String?
session IntegrationSession? @relation(fields: [sessionId], references: [id])