tests: add mysql/postgres datas

This commit is contained in:
Simon Vieille 2024-04-01 12:29:51 +02:00
commit 2ba8561574
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417
3 changed files with 35 additions and 0 deletions

View file

@ -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