Modify: check DB version before migration

This commit is contained in:
HFO4
2020-03-14 18:12:26 +08:00
parent 75da09c339
commit e1aced0f01
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ func InitApplication() {
/ /___| | (_) | |_| | (_| | | | __/\ V / __/
\____/|_|\___/ \__,_|\__,_|_| \___| \_/ \___|
V` + conf.BackendVersion + ` Commit #` + conf.LastCommit + ` Pro=` + conf.IsPro + `
V` + conf.BackendVersion + ` Commit #` + conf.LastCommit + ` Pro=` + conf.IsPro + `
================================================
`)