Remove ignored columns from User (#10787)

This commit is contained in:
Michael Kohl 2020-10-12 21:04:51 +07:00 committed by GitHub
parent cc210ae332
commit c340621924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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