X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..454ee2b8f0385c542b6f1165a3baf2820425e1a3:/services/api/db/migrate/20130523060112_add_created_by_job_task_to_job_tasks.rb diff --git a/services/api/db/migrate/20130523060112_add_created_by_job_task_to_job_tasks.rb b/services/api/db/migrate/20130523060112_add_created_by_job_task_to_job_tasks.rb index 2f10e1cca1..23461b438a 100644 --- a/services/api/db/migrate/20130523060112_add_created_by_job_task_to_job_tasks.rb +++ b/services/api/db/migrate/20130523060112_add_created_by_job_task_to_job_tasks.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddCreatedByJobTaskToJobTasks < ActiveRecord::Migration +class AddCreatedByJobTaskToJobTasks < ActiveRecord::Migration[4.2] def change add_column :job_tasks, :created_by_job_task, :string end