mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
98c479c3c4
Shares a modified codebase with avatars called "user_image"
5 lines
No EOL
145 B
Ruby
5 lines
No EOL
145 B
Ruby
class AddProfileBackgroundToUser < ActiveRecord::Migration
|
|
def change
|
|
add_column :users, :profile_background, :string, limit: 255
|
|
end
|
|
end |