20120803152018_add_provider_and_uid_to_users.rb 159 Bytes Edit Raw Blame History 1 2 3 4 5 6 class AddProviderAndUidToUsers < ActiveRecord::Migration def change add_column :users, :provider, :string add_column :users, :uid, :string end end