forked from deblan/database-anonymizer
tests: add mysql/postgres datas
This commit is contained in:
parent
77a87114c8
commit
2ba8561574
3 changed files with 35 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
rules:
|
||||
actions:
|
||||
- table: table_update
|
||||
columns:
|
||||
col_string: address_city
|
||||
col_bool: boolean_bool
|
||||
col_int: '{{ "10" }}'
|
||||
- table: table_truncate1
|
||||
truncate: true
|
||||
- table: table_truncate2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue