diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 18:58:16 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-22 18:58:16 +0800 |
commit | 5efbde4fe92cf30799c3c9fd66251dfbc03c4d87 (patch) | |
tree | d7109bb8385ec0098996f170433e50c569f932d7 /internal/cmd/backup.go | |
parent | c4a0a404735cdcfdcb805e9fed474c75110bca89 (diff) |
conf: overhaul database settings
Diffstat (limited to 'internal/cmd/backup.go')
-rw-r--r-- | internal/cmd/backup.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/cmd/backup.go b/internal/cmd/backup.go index 035b68af..c4435e1a 100644 --- a/internal/cmd/backup.go +++ b/internal/cmd/backup.go @@ -52,7 +52,6 @@ func runBackup(c *cli.Context) error { return errors.Wrap(err, "init configuration") } - db.LoadConfigs() db.SetEngine() tmpDir := c.String("tempdir") |