Exclude caching timestamps from data exports
This commit is contained in:
parent
b93453dee4
commit
d5c27dcfb4
|
@ -13,6 +13,8 @@ module UseCase
|
||||||
otp_secret_key
|
otp_secret_key
|
||||||
reset_password_sent_at
|
reset_password_sent_at
|
||||||
reset_password_token
|
reset_password_token
|
||||||
|
inbox_updated_at
|
||||||
|
notifications_updated_at
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
IGNORED_FIELDS_PROFILES = %i[
|
IGNORED_FIELDS_PROFILES = %i[
|
||||||
|
|
Loading…
Reference in New Issue