X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..35bc168c5a98dbe3b97c4b3179b4834b78a5b72c:/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..2f10e1cca1 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,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddCreatedByJobTaskToJobTasks < ActiveRecord::Migration def change add_column :job_tasks, :created_by_job_task, :string