Added details_update column to gc_conversations

This commit is contained in:
Frederick Holland 2025-06-18 10:23:34 +10:00
parent 0122b01037
commit 3be1e46f69

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
}