14873: Marks past migrations with version 4.2
[arvados.git] / services / api / db / migrate / 20170419175801_add_requesting_container_index_to_container_requests.rb
index 2dd1a0ca1cf4cde3d37b531b61407719c2ab57dd..45106399a9c312100992a1022f944841bfdcaf18 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddRequestingContainerIndexToContainerRequests < ActiveRecord::Migration
+class AddRequestingContainerIndexToContainerRequests < ActiveRecord::Migration[4.2]
   def change
     add_index :container_requests, :requesting_container_uuid
   end