1
0
mirror of https://github.com/beego/bee.git synced 2024-06-03 02:23:27 +00:00

move final message out

This commit is contained in:
ZhengYang 2014-08-12 15:18:36 +08:00
parent e75bd70472
commit e2ce0300a6

View File

@ -81,8 +81,8 @@ func runMigration(cmd *Command, args []string) {
ColorLog("[ERRO] Command is missing\n")
os.Exit(2)
}
ColorLog("[SUCC] Migration successful!\n")
}
ColorLog("[SUCC] Migration successful!\n")
}
func checkForSchemaUpdateTable(db *sql.DB) {