sonata-project / EntityAuditBundle

Audit for Doctrine Entities
https://sonata-project.org
MIT License
633 stars 261 forks source link

Added the with_foreign_keys parameter to allow disabling the creation of foreign keys #587

Closed SavageDays closed 1 year ago

SavageDays commented 1 year ago

Subject

Large legacy projects can contain a massive amount of audit data. Adding foreign keys can take a significant amount of time. I have added a 'with_foreign_keys' parameter, which can be used to disable the creation of foreign keys.

Changelog

### Added
Added the `disable_foreign_keys` parameter, which disables the creation of foreign keys.
phansys commented 1 year ago

Thank you @SavageDays!