Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
19 stars 18 forks source link

Allow database table prefix for logging #104

Open dduenker opened 3 years ago

dduenker commented 3 years ago

Please add a configuration to add a prefix to the logging table name.

See the doctrine documentation for more info on how this can be accomplished:

In most circumstances it is desirable to separate different applications into individual databases, but in certain cases, it may be beneficial to have a table prefix for your Entities to separate them from other vendor products in the same database.