mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove ignored columns
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
require_dependency 'upload_creator'
|
||||
class UserProfile < ActiveRecord::Base
|
||||
|
||||
# TODO: remove this after Nov 1, 2018
|
||||
self.ignored_columns = %w{card_image_badge_id}
|
||||
|
||||
belongs_to :user, inverse_of: :user_profile
|
||||
|
||||
validates :bio_raw, length: { maximum: 3000 }
|
||||
|
||||
Reference in New Issue
Block a user