mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Correctly log the database migration to the system log
This commit is contained in:
parent
a0f934169c
commit
f0395d51b0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class LogDBMigrationSubscriber implements EventSubscriber
|
|||
|
||||
try {
|
||||
$log = new DatabaseUpdatedLogEntry($this->old_version, $this->new_version);
|
||||
//$this->eventLogger->logAndFlush($log);
|
||||
$this->eventLogger->logAndFlush($log);
|
||||
} catch (\Throwable $exception) {
|
||||
//Ignore any exception occuring here...
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue