Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20180501182859_add_redirect_to_user_uuid_to_users.rb
index b2460ae18299f1cf2b444e1c7757d13b879b1e87..1d2b92a7570a7b94abecd3edb103874403898015 100644 (file)
@@ -1,4 +1,8 @@
-class AddRedirectToUserUuidToUsers < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddRedirectToUserUuidToUsers < ActiveRecord::Migration[4.2]
   def up
     add_column :users, :redirect_to_user_uuid, :string
     User.reset_column_information