1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

skeleton code for 'migrate' command

This commit is contained in:
ZhengYang
2014-08-11 11:33:53 +08:00
parent 3d2a066a16
commit adc9288e2f
2 changed files with 91 additions and 0 deletions

1
bee.go
View File

@ -83,6 +83,7 @@ var commands = []*Command{
cmdVersion,
cmdGenerate,
cmdRundocs,
cmdMigrate,
}
func main() {