aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/migrator.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/migrator.yml')
-rw-r--r--phpBB/config/migrator.yml53
1 files changed, 0 insertions, 53 deletions
diff --git a/phpBB/config/migrator.yml b/phpBB/config/migrator.yml
deleted file mode 100644
index 202421c09f..0000000000
--- a/phpBB/config/migrator.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-services:
- migrator:
- class: phpbb\db\migrator
- arguments:
- - @config
- - @dbal.conn
- - @dbal.tools
- - %tables.migrations%
- - %core.root_path%
- - %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
- arguments:
- - @service_container
- tags:
- - { name: service_collection, tag: migrator.tool }
-
- migrator.tool.config:
- class: phpbb\db\migration\tool\config
- arguments:
- - @config
- tags:
- - { name: migrator.tool }
-
- migrator.tool.module:
- class: phpbb\db\migration\tool\module
- arguments:
- - @dbal.conn
- - @cache
- - @user
- - %core.root_path%
- - %core.php_ext%
- - %tables.modules%
- tags:
- - { name: migrator.tool }
-
- migrator.tool.permission:
- class: phpbb\db\migration\tool\permission
- arguments:
- - @dbal.conn
- - @cache
- - @auth
- - %core.root_path%
- - %core.php_ext%
- tags:
- - { name: migrator.tool }