new changes in hub api messages

This commit is contained in:
2026-07-07 12:47:26 +05:30
parent 707323b68c
commit 808ac953a1
4 changed files with 500 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ func Migrate(db *gorm.DB) error {
&models.DoormilePricing{},
&models.AgentDecision{},
&models.HubStaffAccount{},
&models.HubConversation{},
&models.HubMessage{},
)
if err != nil {