BUGFIX: missing avatars in topic map

Cleanup uneeded column
This commit is contained in:
Sam
2014-05-29 14:59:14 +10:00
parent a47581de18
commit 5adc486cef
6 changed files with 15 additions and 5 deletions
+1
View File
@@ -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
#
-1
View File
@@ -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
+8
View File
@@ -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)
#