mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12475] Load extension migrations on cli updater too
PHPBB3-12475
This commit is contained in:
@@ -114,7 +114,8 @@ class migrate extends \phpbb\console\command\command
|
|||||||
{
|
{
|
||||||
$migrations = $this->extension_manager
|
$migrations = $this->extension_manager
|
||||||
->get_finder()
|
->get_finder()
|
||||||
->core_path('phpbb/db/migration/data/')
|
->core_path('phpbb/db/migration/data/')
|
||||||
|
->extension_directory('/migrations')
|
||||||
->get_classes();
|
->get_classes();
|
||||||
$this->migrator->set_migrations($migrations);
|
$this->migrator->set_migrations($migrations);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user