Skip to content

Commit

Permalink
ext:upgrade-db -- Present more deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jun 25, 2024
1 parent 838fd67 commit 2996f8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Command/ExtensionUpgradeDbCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function configure() {
$this
->setName('ext:upgrade-db')
->setAliases(array())
->setDescription('Apply DB upgrades for any extensions')
->setDescription('Apply DB upgrades for any extensions (DEPRECATED)')
->setHelp('Apply DB upgrades for any extensions
Examples:
Expand All @@ -26,6 +26,10 @@ protected function configure() {
Note:
This subcommand does not output parseable data. For parseable output,
consider using `cv api extension.upgrade`.
Deprecation:
This command is now deprecated. Use "cv upgrade:db" to perform upgrades
for core and/or extensions.
');
$this->configureBootOptions();
}
Expand Down

0 comments on commit 2996f8e

Please sign in to comment.