数据库AutoMigrate现在是可选的,添加了启动参数

This commit is contained in:
2025-05-21 09:03:20 +08:00
parent 66980958f5
commit 2a408f9cfd
3 changed files with 10 additions and 4 deletions

View File

@@ -24,3 +24,4 @@ type Config struct {
var pathToConfigure string
var Default Config
var InitDB bool