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