Compare commits

..

1 Commits

Author SHA1 Message Date
c9a99faa54 Added 3 required fields for CallStat 2025-08-18 17:46:28 +10:00

View File

@@ -76,6 +76,9 @@ type CallStat struct {
UtsDuration int
UtsEntries int
Status string
FirstLanguageId int
LastLanguageId int
FirstInterpreter string
}
func (CallStat) TableName() string {