]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20150222101847_rename_openid_url.rb
Merge remote-tracking branch 'upstream/pull/1926'
[rails.git] / db / migrate / 20150222101847_rename_openid_url.rb
index 3b9a8effd59df52017792bd1e7957440758c576b..a12303812f65b8d5b1ad6de711d2afed3f00b658 100644 (file)
@@ -1,4 +1,7 @@
 class RenameOpenidUrl < ActiveRecord::Migration[4.2]
+  class User < ActiveRecord::Base
+  end
+
   def change
     rename_column :users, :openid_url, :auth_uid
     add_column :users, :auth_provider, :string