Skip to content
Snippets Groups Projects
Commit 750d8410 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

Merge branch 'update-user-model' into 'master'

Add nickname column to user model

See merge request !348
parents 47f2591a 09ad2399
No related branches found
No related tags found
No related merge requests found
class AddNicknameToUser < ActiveRecord::Migration[5.0]
def change
add_column :users, :nickname, :string
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment