Feat: Decide whether to do database migration based on version.lock

This commit is contained in:
HFO4
2019-11-09 19:04:48 +08:00
parent c5493fd1f1
commit e858cbe2cf
18 changed files with 127 additions and 26 deletions

View File

@@ -78,5 +78,4 @@ TablePrefix = v3_`
err = mapSection("Database", DatabaseConfig)
asserts.NoError(err)
// TODO 类型不匹配测试
}