14873: Marks past migrations with version 4.2
[arvados.git] / services / api / db / migrate / 20180514135529_add_container_auth_uuid_index.rb
index 79e777e0a61132808b56cb8eba1dc80e35e233fb..9911be4bf1807c971514949a741bee35aeacb15c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddContainerAuthUuidIndex < ActiveRecord::Migration
+class AddContainerAuthUuidIndex < ActiveRecord::Migration[4.2]
   def change
     add_index :containers, :auth_uuid
   end