diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-02 19:02:49 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-02 19:07:46 +0200 |
commit | 99a932e0f93a6777fa78ca50a6cfff3d692515c8 (patch) | |
tree | b9cffafafe635f74898f81c934048557ab92c65a /phpBB/config | |
parent | c193bfc4966e12b4a0e7bcd0d483f9c2ec69dda3 (diff) | |
download | forums-99a932e0f93a6777fa78ca50a6cfff3d692515c8.tar forums-99a932e0f93a6777fa78ca50a6cfff3d692515c8.tar.gz forums-99a932e0f93a6777fa78ca50a6cfff3d692515c8.tar.bz2 forums-99a932e0f93a6777fa78ca50a6cfff3d692515c8.tar.xz forums-99a932e0f93a6777fa78ca50a6cfff3d692515c8.zip |
[ticket/12473] Add console command for database migration.
PHPBB3-12473
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index a4aae75e40..3d57c257dd 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -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: |