1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2021-06-29 22:24:45 +02:00
2 changed files with 27 additions and 8 deletions

View File

@@ -72,6 +72,10 @@ class migrate extends \phpbb\console\command\db\migration_command
$this->migrator->create_migrations_table();
$this->cache->purge();
if ($this->config instanceof \phpbb\config\db)
{
$this->config->initialise($this->cache->get_driver());
}
$this->load_migrations();
$orig_version = $this->config['version'];