Skip to content

Commit

Permalink
Update lib/galaxy/model/migrate/versions/0145_add_workflow_step_input.py
Browse files Browse the repository at this point in the history
Co-Authored-By: jmchilton <jmchilton@gmail.com>
  • Loading branch information
nsoranzo and jmchilton committed Nov 16, 2018
1 parent 0a18ed6 commit 00af4e2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ def upgrade(migrate_engine):

insert_step_inputs_cmd = \
"INSERT INTO workflow_step_input (workflow_step_id, name) " + \
"SELECT id, input_name FROM workflow_step_connection_premigrate145"
"SELECT input_step_id, input_name FROM workflow_step_connection_premigrate145"

migrate_engine.execute(insert_step_inputs_cmd)

Expand Down

0 comments on commit 00af4e2

Please sign in to comment.