Ignore users.workshop_expiration column (#20245)
This commit is contained in:
parent
5ac786c9a1
commit
e8e1cafe7f
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
class User < ApplicationRecord
|
||||
self.ignored_columns += %w[workshop_expiration]
|
||||
|
||||
resourcify
|
||||
rolify after_add: :update_user_roles_cache, after_remove: :update_user_roles_cache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue