1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 14:20:54 +00:00

修正Detect Engine错误

This commit is contained in:
sandysong 2014-07-04 16:57:37 +08:00
parent 14dee37a21
commit 707c951302

View File

@ -140,7 +140,7 @@ func detectTZ(al *alias) {
if engine != "" {
al.Engine = engine
} else {
engine = "INNODB"
al.Engine = "INNODB"
}
case DR_Sqlite: