webnet-fr / database-anonymizer

CLI tool an PHP library to anonymize data in various databases
MIT License
33 stars 16 forks source link

Truncate #1

Open melicerte opened 4 years ago

melicerte commented 4 years ago

Sometimes we just want to truncate a table.

Maybe something like this ?

webnet_fr_database_anonymizer:
  tables_truncate:
    - table_to_truncate1
    - table_to_truncate2