Added UTS start time to call stat

This commit is contained in:
Frederick Holland
2026-07-21 15:43:45 +10:00
parent 4185367a18
commit 128bac375e
+1
View File
@@ -144,6 +144,7 @@ type CallStat struct {
FirstLanguageId int
LastLanguageId int
FirstInterpreter string
UtsStartTime *time.Time
}
func (CallStat) TableName() string {