X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5ab4ce19d5ace5e6dd5cd32c23f50b35d20c8ef..dd2e6f664a3e59e02349901a04e182bda6286f6f:/services/api/db/migrate/20140909183946_add_start_finish_time_to_tasks_and_pipelines.rb diff --git a/services/api/db/migrate/20140909183946_add_start_finish_time_to_tasks_and_pipelines.rb b/services/api/db/migrate/20140909183946_add_start_finish_time_to_tasks_and_pipelines.rb index 139cb8d66f..df64127f90 100644 --- a/services/api/db/migrate/20140909183946_add_start_finish_time_to_tasks_and_pipelines.rb +++ b/services/api/db/migrate/20140909183946_add_start_finish_time_to_tasks_and_pipelines.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddStartFinishTimeToTasksAndPipelines < ActiveRecord::Migration def up add_column :job_tasks, :started_at, :datetime