mirror of
https://github.com/astaxie/beego.git
synced 2025-07-10 03:00:19 +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