vita_app/db/migrate/20160112150541_add_facebook_fields_to_users.rb
Nicolas Bally d52c017848 suite
2016-04-28 22:41:58 +02:00

7 lines
183 B
Ruby

class AddFacebookFieldsToUsers < ActiveRecord::Migration
def change
add_column :product_customers, :provider, :string
add_column :product_customers, :uid, :string
end
end