Added tablename for GC users
This commit is contained in:
parent
2f2388caab
commit
7737b8b4d2
@ -199,3 +199,7 @@ type GCUser struct {
|
||||
Username string `json:"username"`
|
||||
AcdAutoAnswer bool `json:"acdAutoAnswer"`
|
||||
}
|
||||
|
||||
func (GCUser) TableName() string {
|
||||
return "gc_users"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user