Added UTS start time to call stat

This commit is contained in:
2026-07-21 15:43:45 +10:00
parent 4185367a18
commit 128bac375e

View File

@@ -144,6 +144,7 @@ type CallStat struct {
FirstLanguageId int FirstLanguageId int
LastLanguageId int LastLanguageId int
FirstInterpreter string FirstInterpreter string
UtsStartTime *time.Time
} }
func (CallStat) TableName() string { func (CallStat) TableName() string {