diff --git a/anonymize.config.json b/anonymize.config.json index 50b3964..d6dc138 100644 --- a/anonymize.config.json +++ b/anonymize.config.json @@ -1,5 +1,38 @@ { "patterns": [ + { + "tableName": ".*_registration_log", + "fields": [ + { + "field": "email", + "position": 2, + "type": "email", + "constraints": null + } + ] + }, + { + "tableName": ".*_sitemeta", + "fields": [ + { + "field": "admin_email", + "position": 4, + "type": "email", + "constraints": null + } + ] + }, + { + "tableName": ".*_options", + "fields": [ + { + "field": "admin_email", + "position": 3, + "type": "email", + "constraints": null + } + ] + }, { "tableName": ".*_users", "fields": [ @@ -124,4 +157,4 @@ ] } ] -} +} \ No newline at end of file