add migrate api

This commit is contained in:
lunnyxiao 2014-08-29 11:24:37 +08:00
parent 81287ba022
commit c40e815763
2 changed files with 87 additions and 0 deletions

View file

@ -127,6 +127,7 @@ func SetEngine() (err error) {
x.ShowSQL = true
x.ShowDebug = true
x.ShowErr = true
x.ShowWarn = true
return nil
}