1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12473] Add console command for database migration.

PHPBB3-12473
This commit is contained in:
Andreas Fischer
2014-05-02 19:02:49 +02:00
parent c193bfc496
commit 99a932e0f9
2 changed files with 139 additions and 0 deletions

View File

@@ -34,6 +34,18 @@ services:
tags:
- { name: console.command }
console.command.db.migrate:
class: phpbb\console\command\db\migrate
arguments:
- @migrator
- @ext.manager
- @config
- @cache
- @log
- @user
tags:
- { name: console.command }
console.command.extension.disable:
class: phpbb\console\command\extension\disable
arguments: