mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12475] Load extension migrations on cli updater too
PHPBB3-12475
This commit is contained in:
parent
ab1c181620
commit
3420f8f320
1 changed files with 2 additions and 1 deletions
|
@ -115,6 +115,7 @@ class migrate extends \phpbb\console\command\command
|
|||
$migrations = $this->extension_manager
|
||||
->get_finder()
|
||||
->core_path('phpbb/db/migration/data/')
|
||||
->extension_directory('/migrations')
|
||||
->get_classes();
|
||||
$this->migrator->set_migrations($migrations);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue