Compare commits

...

1 Commits

Author SHA1 Message Date
3be1e46f69 Added details_update column to gc_conversations 2025-06-18 10:23:34 +10:00

View File

@@ -19,6 +19,7 @@ type DBConversation struct {
Start *time.Time `gorm:"index"`
UtilizationLabelId *string
LiveUpdate *time.Time
DetailsUpdate *time.Time
SemiLiveUpdate *time.Time
JobUpdate *time.Time
}