move final message out

This commit is contained in:
ZhengYang 2014-08-12 15:18:36 +08:00
parent e75bd70472
commit e2ce0300a6
1 changed files with 1 additions and 1 deletions

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) {