mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Use Omniauthable user model with admin role
This commit is contained in:
5
db/migrate/20190203150923_add_name_to_users.rb
Normal file
5
db/migrate/20190203150923_add_name_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNameToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :name, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user