Skip to content

Commit

Permalink
Drop old comment, we use this variable now and have for some time.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 16, 2018
1 parent 3164084 commit 5551611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/model/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@
Column("subworkflow_id", Integer, ForeignKey("workflow.id"), index=True, nullable=True),
Column("type", String(64)),
Column("tool_id", TEXT),
# Reserved for future
Column("tool_version", TEXT),
Column("tool_inputs", JSONType),
Column("tool_errors", JSONType),
Expand Down

0 comments on commit 5551611

Please sign in to comment.