superGroupMaxSeq

This commit is contained in:
wangchuxiao
2022-07-25 17:43:20 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 3568c58574
commit cf85ed2ffe
2 changed files with 65 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"Open_IM/test/mysql"
)
func main() {
mysql.ImportUserToSuperGroup()
}