mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: ignore flair_url column in group model. (#9873)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Group < ActiveRecord::Base
|
||||
# TODO(2021-04-22): remove
|
||||
# TODO(2021-05-26): remove
|
||||
self.ignored_columns = %w{
|
||||
automatic_membership_retroactive
|
||||
flair_url
|
||||
}
|
||||
|
||||
include HasCustomFields
|
||||
|
||||
Reference in New Issue
Block a user