1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 08:48:37 +00:00

models: rename EnableTidb to EnableTiDB

This commit is contained in:
Unknwon
2016-08-11 14:38:45 -07:00
parent 5850308a37
commit 70fbcd2f27
3 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ var (
}
EnableSQLite3 bool
EnableTidb bool
EnableTiDB bool
)
func init() {