X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/38a4b3c43a8a6cff5a00624436b8eaa5cbfbc76b..02d7f4e820b65d83a5e3709dc14b6d72b9f5ab49:/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..e11c86f9e6 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,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration def change add_index :job_tasks, :created_by_job_task_uuid