Added duration field to queue_logs table.
This commit is contained in:
parent
ab6b36c12c
commit
d8d857e82e
@ -7,7 +7,8 @@ type DBQueueLog struct {
|
||||
ConversationId string `gorm:"primaryKey"`
|
||||
Start time.Time `gorm:"index"`
|
||||
End time.Time `gorm:"index"`
|
||||
Result string `gorm:"type:json"`
|
||||
Duration float64
|
||||
Result string `gorm:"type:json"`
|
||||
}
|
||||
|
||||
func (DBQueueLog) TableName() string {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user