Skip to content

Commit

Permalink
Enhance/anonimiziter-multisite (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Biedron <[email protected]>
  • Loading branch information
isuke01 and Lukasz Biedron authored Nov 14, 2023
1 parent 44de5d9 commit 38cf697
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion anonymize.config.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -124,4 +157,4 @@
]
}
]
}
}

0 comments on commit 38cf697

Please sign in to comment.