Add command for migrating database (#4954)

This commit is contained in:
Robert Ștefan 2018-10-31 05:14:42 +02:00 committed by techknowlogick
parent 6eff62ae09
commit 7edb930240
2 changed files with 53 additions and 0 deletions

View file

@ -47,6 +47,7 @@ arguments - which can alternatively be run by running the subcommand web.`
cmd.CmdCert,
cmd.CmdAdmin,
cmd.CmdGenerate,
cmd.CmdMigrate,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Action = cmd.CmdWeb.Action