X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..98ec1f0093bb097f9ccb78ac43a9858f20084ad6:/services/api/db/migrate/20170419173031_add_created_by_job_task_index_to_job_tasks.rb diff --git a/services/api/db/migrate/20170419173031_add_created_by_job_task_index_to_job_tasks.rb b/services/api/db/migrate/20170419173031_add_created_by_job_task_index_to_job_tasks.rb index e11c86f9e6..1c43656b5e 100644 --- a/services/api/db/migrate/20170419173031_add_created_by_job_task_index_to_job_tasks.rb +++ b/services/api/db/migrate/20170419173031_add_created_by_job_task_index_to_job_tasks.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration +class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration[4.2] def change add_index :job_tasks, :created_by_job_task_uuid end