mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Add a field for user email address
This commit is contained in:
parent
0ff46f63dc
commit
dbaa9a85cb
7 changed files with 18 additions and 3 deletions
5
db/migrate/20200720151220_add_email_to_user.rb
Normal file
5
db/migrate/20200720151220_add_email_to_user.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddEmailToUser < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :email, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue