Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20180501182859_add_redirect_to_user_uuid_to_users.rb
index 10b35a7aba03f5f5940e0309892567532819b1f2..1d2b92a7570a7b94abecd3edb103874403898015 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddRedirectToUserUuidToUsers < ActiveRecord::Migration
+class AddRedirectToUserUuidToUsers < ActiveRecord::Migration[4.2]
   def up
     add_column :users, :redirect_to_user_uuid, :string
     User.reset_column_information