diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-10-05 15:25:13 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-10-05 15:25:13 +0200 |
| commit | f1d37b52fbe56cc87f0b281008f51f2d2b9bd9e9 (patch) | |
| tree | f8373493c30dfc9e7f8e441eba5ecb354e2cbcca /phpBB/phpbb/console/command/db | |
| parent | c8a1826823601ac1a9f59ec5a6e3ae63c5c0fe9c (diff) | |
| parent | ce4cb9c91759f8f1da5a5e7927114e0499999b6f (diff) | |
| download | forums-f1d37b52fbe56cc87f0b281008f51f2d2b9bd9e9.tar forums-f1d37b52fbe56cc87f0b281008f51f2d2b9bd9e9.tar.gz forums-f1d37b52fbe56cc87f0b281008f51f2d2b9bd9e9.tar.bz2 forums-f1d37b52fbe56cc87f0b281008f51f2d2b9bd9e9.tar.xz forums-f1d37b52fbe56cc87f0b281008f51f2d2b9bd9e9.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/phpbb/console/command/db')
| -rw-r--r-- | phpBB/phpbb/console/command/db/migrate.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/console/command/db/migrate.php b/phpBB/phpbb/console/command/db/migrate.php index 86545c237d..c760cde5b5 100644 --- a/phpBB/phpbb/console/command/db/migrate.php +++ b/phpBB/phpbb/console/command/db/migrate.php @@ -55,6 +55,8 @@ class migrate extends \phpbb\console\command\command { $this->migrator->create_migrations_table(); + $this->cache->purge(); + $this->load_migrations(); $orig_version = $this->config['version']; while (!$this->migrator->finished()) |
