Skip to content
Snippets Groups Projects
Commit 6022e6ef authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Fixed typo :)

parent 424d811e
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ def upgrade():
['capability_versions.capability_request_id', 'capability_versions.version_number']))
op.execute("INSERT INTO capabilities (capability_name, capability_steps, max_jobs) "
"VALUES ('null', 'prepare-and-execute-workflow null\nawait-parameter qa-status', 2)")
"VALUES ('null', 'prepare-and-run-workflow null\nawait-parameter qa-status', 2)")
def downgrade():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment