Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20180820132617_add_lock_index_to_containers.rb
index 94ca10061bb113205b933e627e11717d83845ab2..6d22618890d7ec50e2040004f80cefbebbba684c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddLockIndexToContainers < ActiveRecord::Migration
+class AddLockIndexToContainers < ActiveRecord::Migration[4.2]
   def change
     # For the current code in sdk/go/dispatch:
     add_index :containers, [:locked_by_uuid, :priority]