Made conversation start/end optional
This commit is contained in:
parent
ee521aa378
commit
4e5f789671
@ -67,8 +67,8 @@ type CallStat struct {
|
||||
ClientId int `gorm:"index"`
|
||||
CustomerDnis string
|
||||
CustomerAni string
|
||||
ConversationStart time.Time `gorm:"index"`
|
||||
ConversationEnd time.Time `gorm:"index"`
|
||||
ConversationStart *time.Time `gorm:"index"`
|
||||
ConversationEnd *time.Time `gorm:"index"`
|
||||
SearchStartTime *time.Time
|
||||
P1ConnectTime time.Time `gorm:"index"`
|
||||
P1DisconnectTime time.Time `gorm:"index"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user