Required that all accounts that can be used to log in have an email address

This commit is contained in:
Godwin
2016-10-05 21:00:51 -07:00
parent 078fc5d4ef
commit 08244444b0
7 changed files with 90 additions and 14 deletions
@@ -0,0 +1,5 @@
class AddFbIdToUser < ActiveRecord::Migration
def change
add_column :users, :fb_id, :bigint
end
end