Merge branch '17004-properties-on-output' refs #17004
[arvados.git] / services / api / db / migrate / 20170419173031_add_created_by_job_task_index_to_job_tasks.rb
index 225af452a5dfea110fa97cc6a23904973d7cf501..1c43656b5eb28b4c62ad1841696630f90f68dfc8 100644 (file)
@@ -1,4 +1,8 @@
-class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration[4.2]
   def change
     add_index :job_tasks, :created_by_job_task_uuid
   end