update database sql file for v4.1.4

This commit is contained in:
RockYang
2024-09-23 15:54:22 +08:00
parent d315edef5f
commit 283a023a06
27 changed files with 966 additions and 11423 deletions

View File

@@ -525,7 +525,8 @@ func main() {
go func() {
err := s.Run(db)
if err != nil {
log.Fatal(err)
logger.Error(err)
os.Exit(0)
}
}()
}),