blob: dec83f6bf0951e208fef62eee869e3d258c574a5 [file] [log] [blame]
class AddColumnsToUsers < ActiveRecord::Migration
def change
add_column :users, :provider, :string
add_column :users, :uid, :string
end
end