mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 10:22:36 +08:00
demo
This commit is contained in:
parent
57d2be140a
commit
2661f71671
@ -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