1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 21:13:30 +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") ColorLog("[ERRO] Command is missing\n")
os.Exit(2) os.Exit(2)
} }
ColorLog("[SUCC] Migration successful!\n")
} }
ColorLog("[SUCC] Migration successful!\n")
} }
func checkForSchemaUpdateTable(db *sql.DB) { func checkForSchemaUpdateTable(db *sql.DB) {