Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7737b8b4d2 |
@@ -199,3 +199,7 @@ type GCUser struct {
|
||||
Username string `json:"username"`
|
||||
AcdAutoAnswer bool `json:"acdAutoAnswer"`
|
||||
}
|
||||
|
||||
func (GCUser) TableName() string {
|
||||
return "gc_users"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user