Skip to content

Commit

Permalink
[FIX] database_cleanup: complete excluded columns
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-phytocontrol committed Dec 16, 2024
1 parent bde9391 commit 7121976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database_cleanup/models/purge_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class CleanupPurgeWizardColumn(models.TransientModel):
# Format: {table: [fields]}
blacklist = {
"wkf_instance": ["uid"], # lp:1277899
"res_users": ["password", "password_crypt"],
"res_users": ["password", "password_crypt", "totp_secret"],
"res_partner": ["signup_token"],
}

@api.model
Expand Down

0 comments on commit 7121976

Please sign in to comment.