mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 20:10:40 +00:00
misc: fix typos
This commit is contained in:
@ -138,7 +138,7 @@ func Register(name string, m Migrationer) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Upgrade upgrate the migration from lasttime
|
||||
// Upgrade upgrade the migration from lasttime
|
||||
func Upgrade(lasttime int64) error {
|
||||
sm := sortMap(migrationMap)
|
||||
i := 0
|
||||
|
Reference in New Issue
Block a user