mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
DEV: remove automatic_membership_retroactive
column from group model. (#17212)
The column is already dropped from the database table.
This commit is contained in:
parent
5f13ca5e54
commit
90c969c90f
@ -5,7 +5,6 @@ require 'net/imap'
|
||||
class Group < ActiveRecord::Base
|
||||
# TODO(2021-05-26): remove
|
||||
self.ignored_columns = %w{
|
||||
automatic_membership_retroactive
|
||||
flair_url
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user