forked from deblan/database-anonymizer
update example file
This commit is contained in:
parent
e6b5d2160a
commit
12570ec571
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
|||
rules:
|
||||
columns:
|
||||
phone: phone_e164number
|
||||
# generators:
|
||||
# aaaaaaaaaaaaa: [id]
|
||||
generators:
|
||||
person_name: [display_name]
|
||||
actions:
|
||||
- table: user
|
||||
query: 'select * from `user` where username != "admin"'
|
||||
virtual_columns:
|
||||
domain: internet_domain
|
||||
columns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue