aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2014-02-05 17:52:17 +0100
committerNils Adermann <naderman@naderman.de>2014-02-05 17:52:17 +0100
commit32bc5d72e424881109e0c86b716e8bd77e41bffc (patch)
treef5714414117e6024106f56e751c19a3637d6a8fe /phpBB/config
parent0b6b7fc486055c728a21227a406a3b9a1ac32d38 (diff)
parentbe28445b66c8c74f92a50b086fd6b472ecaa963b (diff)
downloadforums-32bc5d72e424881109e0c86b716e8bd77e41bffc.tar
forums-32bc5d72e424881109e0c86b716e8bd77e41bffc.tar.gz
forums-32bc5d72e424881109e0c86b716e8bd77e41bffc.tar.bz2
forums-32bc5d72e424881109e0c86b716e8bd77e41bffc.tar.xz
forums-32bc5d72e424881109e0c86b716e8bd77e41bffc.zip
Merge pull request #1995 from EXreaction/ticket/11880
Schema changes can take too long and cause a timeout
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/migrator.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/migrator.yml b/phpBB/config/migrator.yml
index a94609418f..202421c09f 100644
--- a/phpBB/config/migrator.yml
+++ b/phpBB/config/migrator.yml
@@ -10,6 +10,10 @@ services:
- %core.php_ext%
- %core.table_prefix%
- @migrator.tool_collection
+ - @migrator.helper
+
+ migrator.helper:
+ class: phpbb\db\migration\helper
migrator.tool_collection:
class: phpbb\di\service_collection