mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-11 23:47:32 +08:00
feat:data conversion
This commit is contained in:
parent
94e9827efb
commit
8ad7ff8342
@ -61,11 +61,11 @@ func main() {
|
||||
defer wg.Done()
|
||||
mysql.BlacksConversion()
|
||||
}()
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
mysql.ChatLogsConversion()
|
||||
}()
|
||||
//wg.Add(1)
|
||||
//go func() {
|
||||
// defer wg.Done()
|
||||
// mysql.ChatLogsConversion()
|
||||
//}()
|
||||
wg.Wait()
|
||||
SuccessPrint(fmt.Sprintf("Successfully completed the MySQL conversion. \n"))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user