Added status column to base_call

This commit is contained in:
Frederick Holland 2025-09-10 10:41:59 +10:00
parent faca742f5f
commit 0f4223e873

View File

@ -19,6 +19,7 @@ type BaseCall struct {
IvrData *int IvrData *int
UtsEntries int UtsEntries int
InterpreterCount int InterpreterCount int
Status string
} }
func (BaseCall) TableName() string { func (BaseCall) TableName() string {