Compare commits

..

1 Commits

Author SHA1 Message Date
128bac375e Added UTS start time to call stat 2026-07-21 15:43:45 +10:00

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 {