models: remove TiDB embedded driver support

Users should all start tidb-server process and connect to it as if
it is a MySQL server with MySQL drivers.
This commit is contained in:
Unknwon
2017-02-09 09:31:38 -05:00
parent afab38b0d7
commit 6622b7b49a
7 changed files with 11 additions and 47 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.135.0208"
const APP_VER = "0.9.135.0209"
func init() {
setting.AppVer = APP_VER