Remove feed_admin_publish_permission from ignored_columns (#12592)
This commit is contained in:
parent
1a580d280d
commit
663a855edb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class User < ApplicationRecord
|
|||
youtube_url
|
||||
].freeze
|
||||
|
||||
self.ignored_columns = PROFILE_COLUMNS + %w[feed_admin_publish_permission]
|
||||
self.ignored_columns = PROFILE_COLUMNS
|
||||
|
||||
# NOTE: @citizen428 This is temporary code during profile migration and will
|
||||
# be removed.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue