Added details_update column to gc_conversations
This commit is contained in:
parent
0122b01037
commit
3be1e46f69
@ -19,6 +19,7 @@ type DBConversation struct {
|
|||||||
Start *time.Time `gorm:"index"`
|
Start *time.Time `gorm:"index"`
|
||||||
UtilizationLabelId *string
|
UtilizationLabelId *string
|
||||||
LiveUpdate *time.Time
|
LiveUpdate *time.Time
|
||||||
|
DetailsUpdate *time.Time
|
||||||
SemiLiveUpdate *time.Time
|
SemiLiveUpdate *time.Time
|
||||||
JobUpdate *time.Time
|
JobUpdate *time.Time
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user