1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 00:20:39 +00:00

Merge branch 'master' into develop

This commit is contained in:
astaxie
2014-07-09 08:43:37 +08:00
4 changed files with 119 additions and 15 deletions

View File

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