Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20170419173031_add_created_by_job_task_index_to_job_tasks.rb
index e11c86f9e60c674b0f36ab353c9d72a0507ac6d3..1c43656b5eb28b4c62ad1841696630f90f68dfc8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration
+class AddCreatedByJobTaskIndexToJobTasks < ActiveRecord::Migration[4.2]
   def change
     add_index :job_tasks, :created_by_job_task_uuid
   end