Added details_update column to gc_conversations
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user