X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..865690034f9018fad10ebb701cb8bf2015511962:/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 c3ce3d19a3..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 @@ -1,4 +1,8 @@ -class AddCreatedByJobTaskToJobTasks < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddCreatedByJobTaskToJobTasks < ActiveRecord::Migration[4.2] def change add_column :job_tasks, :created_by_job_task, :string end