Merge branch '3605-node-info-field' refs #3605
[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