X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65e339856daf4b5c3a4a810cd3a5f1a8e386dc8c..442a871e7f3476938d0ebb3adbe3b9a7742f03ad:/services/api/db/migrate/20170419173031_add_created_by_job_task_index_to_job_tasks.rb?ds=sidebyside 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 225af452a5..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 @@ -1,4 +1,8 @@ -class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration[4.2] def change add_index :job_tasks, :created_by_job_task_uuid end