mirror of
https://github.com/beego/bee.git
synced 2024-11-21 23:50:54 +00:00
move final message out
This commit is contained in:
parent
e75bd70472
commit
e2ce0300a6
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user