aboutsummaryrefslogtreecommitdiff
path: root/routers/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index 07b609b4..8daf8896 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -73,6 +73,9 @@ func GlobalInit() {
if models.EnableSQLite3 {
log.Info("SQLite3 Supported")
}
+ if models.EnableTidb {
+ log.Info("TiDB Supported")
+ }
checkRunMode()
}