Merge branch '11095-cwl-control-reuse' closes #11095
[arvados.git] / services / api / db / migrate / 20130523060112_add_created_by_job_task_to_job_tasks.rb
1 class AddCreatedByJobTaskToJobTasks < ActiveRecord::Migration
2   def change
3     add_column :job_tasks, :created_by_job_task, :string
4   end
5 end