mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 21:05:03 +02:00
Add an entry to log, if the database is updated.
This commit is contained in:
parent
d5f018a738
commit
bfa43e68a9
6 changed files with 110 additions and 7 deletions
|
@ -73,6 +73,11 @@ services:
|
|||
tags:
|
||||
- { name: "doctrine.orm.entity_listener" }
|
||||
|
||||
App\EventSubscriber\MigrationListener:
|
||||
tags:
|
||||
- { name: 'doctrine.event_subscriber' }
|
||||
|
||||
|
||||
tree_invalidation_listener:
|
||||
class: App\EntityListeners\TreeCacheInvalidationListener
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue