diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-09-13 16:08:22 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-09-20 12:26:46 +0200 |
commit | 2596fba487a067cba36b5ebe50e1c73e4dc954d3 (patch) | |
tree | e682206c3d7b197a7bcf973e8bdbd96565c53dc4 /phpBB/config/default/container/services_console.yml | |
parent | 3bde202a1087a06baa6b06a7612001f0478da580 (diff) | |
download | forums-2596fba487a067cba36b5ebe50e1c73e4dc954d3.tar forums-2596fba487a067cba36b5ebe50e1c73e4dc954d3.tar.gz forums-2596fba487a067cba36b5ebe50e1c73e4dc954d3.tar.bz2 forums-2596fba487a067cba36b5ebe50e1c73e4dc954d3.tar.xz forums-2596fba487a067cba36b5ebe50e1c73e4dc954d3.zip |
[ticket/14162] Add CLI command db:revert
This command allow to revert a migration from the CLI
PHPBB3-14162
Diffstat (limited to 'phpBB/config/default/container/services_console.yml')
-rw-r--r-- | phpBB/config/default/container/services_console.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml index aee3cbdee6..d4897be206 100644 --- a/phpBB/config/default/container/services_console.yml +++ b/phpBB/config/default/container/services_console.yml @@ -89,6 +89,19 @@ services: tags: - { name: console.command } + console.command.db.revert: + class: phpbb\console\command\db\revert + arguments: + - @user + - @migrator + - @ext.manager + - @config + - @cache + - @filesystem + - %core.root_path% + tags: + - { name: console.command } + console.command.dev.migration_tips: class: phpbb\console\command\dev\migration_tips arguments: |