mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-03 05:03:43 +08:00
Add workaround for upgradedb entrypoint
This commit is contained in:
@@ -44,7 +44,8 @@ def upgradedb():
|
||||
|
||||
def upgradedb_entrypoint():
|
||||
"""Entrypoint for command mbs-upgradedb"""
|
||||
upgradedb()
|
||||
# Work around issue with FlaskGroup not being initiated
|
||||
cli(["upgradedb"])
|
||||
|
||||
|
||||
@cli.command("cleardb")
|
||||
|
||||
Reference in New Issue
Block a user