1
0
mirror of https://github.com/beego/bee.git synced 2024-06-24 06:54:15 +00:00

Merge pull request #589 from CodeLingoBot/rewrite

Fix function comment
This commit is contained in:
Faissal Elamraoui 2019-04-10 18:04:09 +02:00 committed by GitHub
commit 1febc2de16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -448,7 +448,7 @@ func MigrateReset(currpath, driver, connStr, dir string) {
migrate("reset", currpath, driver, connStr, dir)
}
// migrationRefresh rolls back all migrations and start over again
// MigrateRefresh rolls back all migrations and start over again
func MigrateRefresh(currpath, driver, connStr, dir string) {
migrate("refresh", currpath, driver, connStr, dir)
}