mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
BUGFIX: missing avatars in topic map
Cleanup uneeded column
This commit is contained in:
@ -1,2 +1,10 @@
|
||||
class UserProfile < ActiveRecord::Base
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: user_profiles
|
||||
#
|
||||
# user_id :integer not null, primary key
|
||||
# location :string(255)
|
||||
#
|
||||
|
Reference in New Issue
Block a user