Skip to content

Commit

Permalink
Allow users to access cylc play --upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Sep 4, 2023
1 parent ad4ccc6 commit 7345030
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cylc/uiserver/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ class Arguments:
on the `cylc play` command line if they need to be overridden.
''')
)
upgrade = graphene.Boolean(
default_value=False,
description=sstrip('''
Upgrade the workflow database.
''')
)

result = GenericScalar()

Expand Down

0 comments on commit 7345030

Please sign in to comment.