diff options
author | Robert Ștefan | 2018-10-31 05:14:42 +0200 |
---|---|---|
committer | techknowlogick | 2018-10-30 23:14:42 -0400 |
commit | 7edb930240fdd35dc121d859f1cec23ac7c6300a (patch) | |
tree | 326c5736380730d1af3841124294484b063e1921 /main.go | |
parent | 6eff62ae0940872bc45cd191b5689f7769451436 (diff) |
Add command for migrating database (#4954)
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |