1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/16284] Provide tables as array in migrations

PHPBB3-16284
This commit is contained in:
Marc Alexander
2020-01-01 12:08:11 +01:00
parent 6c0137c7a3
commit a72810465f
3 changed files with 34 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ services:
- '%core.root_path%'
- '%core.php_ext%'
- '%core.table_prefix%'
- '%tables%'
- '@migrator.tool_collection'
- '@migrator.helper'