mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
BUGFIX: missing avatars in topic map
Cleanup uneeded column
This commit is contained in:
@@ -585,6 +585,7 @@ end
|
||||
# version :integer default(1), not null
|
||||
# cook_method :integer default(1), not null
|
||||
# wiki :boolean default(FALSE), not null
|
||||
# baked_at :datetime
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
||||
@@ -799,7 +799,6 @@ end
|
||||
# blocked :boolean default(FALSE)
|
||||
# dynamic_favicon :boolean default(FALSE), not null
|
||||
# title :string(255)
|
||||
# use_uploaded_avatar :boolean default(FALSE)
|
||||
# uploaded_avatar_id :integer
|
||||
# email_always :boolean default(FALSE), not null
|
||||
# mailing_list_mode :boolean default(FALSE), not null
|
||||
|
||||
@@ -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