mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Upgraded yarn dependencies.
This commit is contained in:
parent
40eefdbf1b
commit
550b4f66bb
2 changed files with 906 additions and 930 deletions
|
@ -77,7 +77,7 @@ class LogDBMigrationSubscriber implements EventSubscriber
|
|||
|
||||
//Save the version after the migration
|
||||
//$this->new_version = $args->getMigratorConfiguration()->getCurrentVersion();
|
||||
$this->new_version = (string) $this->aliasResolver->resolveVersionAlias('current');
|
||||
$this->new_version = (string) $aliasResolver->resolveVersionAlias('current');
|
||||
|
||||
//After everything is done, write the results to DB log
|
||||
$this->old_version = empty($this->old_version) ? 'legacy/empty' : $this->old_version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue