Merge branch '19362-all-webdav-via-sitefs'
[arvados.git] / services / api / db / migrate / 20180824155207_add_queue_index_to_containers.rb
index 7245108717ae6a9fbd94054608b18851d61dff06..3c807925073b08bfe95e33b579d89d5e05918850 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddQueueIndexToContainers < ActiveRecord::Migration
+class AddQueueIndexToContainers < ActiveRecord::Migration[4.2]
   def up
     ActiveRecord::Base.connection.execute 'CREATE INDEX index_containers_on_queued_state on containers (state, (priority > 0))'
   end