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