1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 05:04:09 +02:00

[ticket/14162] Add CLI command db:revert

This command allow to revert a migration from the CLI

PHPBB3-14162
This commit is contained in:
Zoddo
2015-09-13 16:08:22 +02:00
parent 3bde202a10
commit 2596fba487
7 changed files with 183 additions and 35 deletions

View File

@@ -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: