fix(gorm): not handling interface in type
This commit is contained in:
parent
b9888e50ac
commit
460e2ee881
3 changed files with 1 additions and 4 deletions
|
@ -9,7 +9,6 @@ import (
|
|||
|
||||
type GuildConfig struct {
|
||||
gorm.Model
|
||||
gokord.DataBase
|
||||
GuildID string `gorm:"not null"`
|
||||
XpRoles []XpRole
|
||||
DisabledChannels string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue