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

Changed capability insertion value formatting to work with parsing

parent 3061b197
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 WORKFLOW', 2)")
"VALUES ('null', 'prepare-and-execute-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