People: Prepare for release #22 (#1541)

This commit is contained in:
Michael Mayer
2021-09-21 12:11:51 +02:00
committed by GitHub
parent 562f74ac21
commit 6503008cc0
8 changed files with 28 additions and 22 deletions

View File

@@ -49,7 +49,7 @@ func resetAction(ctx *cli.Context) error {
tables.Drop()
log.Infoln("restoring default schema")
entity.MigrateDb()
entity.MigrateDb(true)
if conf.AdminPassword() != "" {
log.Infoln("restoring initial admin password")