mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
f1d37b52fb
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ class migrate extends \phpbb\console\command\command
|
||||||
{
|
{
|
||||||
$this->migrator->create_migrations_table();
|
$this->migrator->create_migrations_table();
|
||||||
|
|
||||||
|
$this->cache->purge();
|
||||||
|
|
||||||
$this->load_migrations();
|
$this->load_migrations();
|
||||||
$orig_version = $this->config['version'];
|
$orig_version = $this->config['version'];
|
||||||
while (!$this->migrator->finished())
|
while (!$this->migrator->finished())
|
||||||
|
|
Loading…
Add table
Reference in a new issue