database-anonymizer/tests/schema.yml

13 lines
319 B
YAML

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
query: 'select * from table_truncate2 where delete_me=true'
truncate: true