mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 03:08:51 +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 {
|
try {
|
||||||
$log = new DatabaseUpdatedLogEntry($this->old_version, $this->new_version);
|
$log = new DatabaseUpdatedLogEntry($this->old_version, $this->new_version);
|
||||||
//$this->eventLogger->logAndFlush($log);
|
$this->eventLogger->logAndFlush($log);
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
//Ignore any exception occuring here...
|
//Ignore any exception occuring here...
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue