Required that all accounts that can be used to log in have an email address
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddFbIdToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :fb_id, :bigint
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user