mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +08:00
demo
This commit is contained in:
parent
793996e047
commit
ceca0f095b
@ -53,7 +53,9 @@ func initMysqlDB() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("open db ok ", dsn)
|
fmt.Println("open db ok ", dsn)
|
||||||
db.AutoMigrate(&Friend{},
|
db.AutoMigrate(
|
||||||
|
&Register{},
|
||||||
|
&Friend{},
|
||||||
&FriendRequest{},
|
&FriendRequest{},
|
||||||
&Group{},
|
&Group{},
|
||||||
&GroupMember{},
|
&GroupMember{},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user