Remove feed_admin_publish_permission from ignored_columns (#12592)

This commit is contained in:
Michael Kohl 2021-02-05 21:06:56 +07:00 committed by GitHub
parent 1a580d280d
commit 663a855edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.