feat: update migrate rule

This commit is contained in:
engigu
2024-01-13 13:43:30 +08:00
parent 547aa933c5
commit bff6abd57e
5 changed files with 38 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@ type App struct {
RuntimeRootPath string
LogLevel string
InitData string
}
var AppSetting = &App{}