1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 13:34:13 +00:00

Merge pull request #673 from sandysong/master

修正Detect Engine错误
This commit is contained in:
astaxie 2014-07-04 17:58:26 +08:00
commit cbffcaa7a8

View File

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