This commit is contained in:
wyt 2023-02-08 11:21:34 +08:00
commit 2bf9220ec5

View File

@ -100,7 +100,7 @@ func migration() {
) )
if err != nil { if err != nil {
fmt.Println("register table fail") fmt.Println("register table fail")
os.Exit(0) //os.Exit(0)
} }
fmt.Println("register table success") fmt.Println("register table success")
} }