aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRobert Ștefan2018-10-31 05:14:42 +0200
committertechknowlogick2018-10-30 23:14:42 -0400
commit7edb930240fdd35dc121d859f1cec23ac7c6300a (patch)
tree326c5736380730d1af3841124294484b063e1921 /main.go
parent6eff62ae0940872bc45cd191b5689f7769451436 (diff)
Add command for migrating database (#4954)
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index e73f1d60a..a331de473 100644
--- a/main.go
+++ b/main.go
@@ -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