makinacorpus / DbToolsBundle

A PHP library to backup, restore and anonymize databases
https://dbtoolsbundle.readthedocs.io
MIT License
182 stars 15 forks source link

feat: ignore MappedSuperclass entities #83

Closed DjLeChuck closed 9 months ago

DjLeChuck commented 9 months ago

This kind of entity is used to be extended by others, so they must be ignored otherwise anonymizations try to be carried out on them which does not work.

For example:

The anonymization try to process thre tables: person, employee and correspondant whereas only two exists: employee and correspondant

SimonMellerin commented 9 months ago

Thanks for this, we missed that one!