DEV: remove `automatic_membership_retroactive` column from group model. (#17212)

The column is already dropped from the database table.
This commit is contained in:
Vinoth Kannan 2022-07-26 21:26:22 +05:30 committed by GitHub
parent 5f13ca5e54
commit 90c969c90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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