mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 08:23:44 +08:00
5adc486cef
Cleanup uneeded column
11 lines
179 B
Ruby
11 lines
179 B
Ruby
class UserProfile < ActiveRecord::Base
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: user_profiles
|
|
#
|
|
# user_id :integer not null, primary key
|
|
# location :string(255)
|
|
#
|