X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/289f610d23d5fcb0e9deacea90e67e3f36b41077..063eb858429a7472c888261d0512fd960e92b7ae:/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