Add common feature flags incl upload #284

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-04-13 18:08:21 +02:00
parent 829cd9a36a
commit c2fa3a7246
21 changed files with 331 additions and 135 deletions

View File

@@ -78,6 +78,7 @@ func startAction(ctx *cli.Context) error {
if err := conf.Init(cctx); err != nil {
log.Fatal(err)
}
// initialize the database
conf.MigrateDb()