X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12d990a6590e5f23a5998d29a2d8efdb0f733688..045e3127cb48845c7d988d01488c055f02ae2ec3:/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..85d6394929 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,4 +1,8 @@ -class AddStartFinishTimeToTasksAndPipelines < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddStartFinishTimeToTasksAndPipelines < ActiveRecord::Migration[4.2] def up add_column :job_tasks, :started_at, :datetime add_column :job_tasks, :finished_at, :datetime