phpBB

Code Changes

File: phpbb/console/command/db/migrate.php

  Unmodified   Added   Modified   Removed
Line 58Line 58
		$this->migrator->create_migrations_table();

$this->cache->purge();

		$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'];


$this->load_migrations();
$orig_version = $this->config['version'];