This commit is contained in:
耿阳 2023-02-08 11:20:10 +08:00
parent c34fccac6e
commit 9d002b3fee

View File

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