mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 22:31:39 +08:00
FIX: Ignore removed column
This commit is contained in:
parent
80a572d3b7
commit
e4a0e0bead
@ -1,6 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Group < ActiveRecord::Base
|
||||
self.ignored_columns = %w{
|
||||
automatic_membership_retroactive
|
||||
}
|
||||
|
||||
include HasCustomFields
|
||||
include AnonCacheInvalidator
|
||||
include HasDestroyedWebHook
|
||||
|
Loading…
x
Reference in New Issue
Block a user