14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20140909183946_add_start_finish_time_to_tasks_and_pipelines.rb
index 139cb8d66fcf60369e68e700302ac0960ac7024b..85d639492982526433eb9ccb9750d41cc1210d66 100644 (file)
@@ -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