8784: Fix test for latest firefox.
[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