From c340621924c1e6e0be61a8d37171a5d3984dc775 Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Mon, 12 Oct 2020 21:04:51 +0700 Subject: [PATCH] Remove ignored columns from User (#10787) --- app/models/user.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/user.rb b/app/models/user.rb index cd4eb00cf..5ff0d244c 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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