Backend: Refactor entity package

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-04-30 20:07:03 +02:00
parent 7d840d4a46
commit 260cca91fe
55 changed files with 329 additions and 323 deletions

View File

@@ -43,7 +43,7 @@ func importAction(ctx *cli.Context) error {
return err
}
conf.MigrateDb()
conf.InitDb()
// get cli first argument
sourcePath := strings.TrimSpace(ctx.Args().First())