From 9d002b3feea81ecc28c9a56a6cd4620711c2a18e Mon Sep 17 00:00:00 2001 From: gy <997485446@qq.com> Date: Wed, 8 Feb 2023 11:20:10 +0800 Subject: [PATCH] feat --- pkg/db/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/db/init.go b/pkg/db/init.go index 89180b5..3f9bd1e 100644 --- a/pkg/db/init.go +++ b/pkg/db/init.go @@ -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") }