Remove ignored columns from User (#10787)
This commit is contained in:
parent
cc210ae332
commit
c340621924
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ class User < ApplicationRecord
|
|||
include Searchable
|
||||
include Storext.model
|
||||
|
||||
self.ignored_columns = %w[currently_streaming_on twitch_username]
|
||||
|
||||
# NOTE: @citizen428 This is temporary code during profile migration and will
|
||||
# be removed.
|
||||
concerning :ProfileMigration do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue