doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.46k stars 202 forks source link

Add code example for purge exclusion #389

Closed LucileDT closed 1 year ago

LucileDT commented 1 year ago

There is a section talking about excluding tables from the fixtures purge but no example, making it hard to see this feature exists. This commit adds an example for this command option.

greg0ire commented 1 year ago

Thanks @LucileDT !