aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-09-13 16:08:22 +0200
committerZoddo <zoddo.ino@gmail.com>2015-09-20 12:26:46 +0200
commit2596fba487a067cba36b5ebe50e1c73e4dc954d3 (patch)
treee682206c3d7b197a7bcf973e8bdbd96565c53dc4 /phpBB/language/en/cli.php
parent3bde202a1087a06baa6b06a7612001f0478da580 (diff)
downloadforums-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/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 9aa8b7fcc2..30e7eb4fa8 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -51,6 +51,7 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.',
'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run',
'CLI_DESCRIPTION_DB_MIGRATE' => 'Updates the database by applying migrations.',
+ 'CLI_DESCRIPTION_DB_REVERT' => 'Revert a migration.',
'CLI_DESCRIPTION_DELETE_CONFIG' => 'Deletes a configuration option',
'CLI_DESCRIPTION_DISABLE_EXTENSION' => 'Disables the specified extension.',
'CLI_DESCRIPTION_ENABLE_EXTENSION' => 'Enables the specified extension.',
@@ -94,6 +95,8 @@ $lang = array_merge($lang, array(
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
+ 'CLI_MIGRATION_NAME' => 'Migration name, including the namespace (use forward slashes instead of backslashes to avoid problems).',
+
'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s (range %2$d..%3$d)',
'CLI_REPARSER_REPARSE_REPARSING_START' => 'Reparsing %s...',
'CLI_REPARSER_REPARSE_SUCCESS' => 'Reparsing ended with success',