fix biography field as text, not string
This commit is contained in:
parent
9292b79c78
commit
e8990bfb12
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ class AddPersonAttributesToUser < ActiveRecord::Migration
|
|||
def change
|
||||
add_column :users, :name, :string
|
||||
add_column :users, :email_public, :boolean
|
||||
add_column :users, :biography, :string
|
||||
add_column :users, :biography, :text
|
||||
add_column :users, :nickname, :string
|
||||
add_column :users, :affiliation, :string
|
||||
add_column :users, :avatar_file_name, :string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue