mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 23:09:01 +08:00
chat log model update
This commit is contained in:
@@ -58,7 +58,7 @@ func initMysqlDB() {
|
||||
&GroupMember{},
|
||||
&GroupRequest{},
|
||||
&User{},
|
||||
&Black{})
|
||||
&Black{}, &ChatLog{})
|
||||
db.Set("gorm:table_options", "CHARSET=utf8")
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user