fix(db): db-convert supports disabled apps but not removed ones

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/44065/head
Josh 3 months ago committed by backportbot[bot]
parent da7bdd26c2
commit 5cbb6fd9d8

@ -199,7 +199,7 @@ class ConvertType extends Command implements CompletionAwareInterface {
$output->writeln('<comment>The following tables will not be converted:</comment>');
$output->writeln($extraFromTables);
if (!$input->getOption('all-apps')) {
$output->writeln('<comment>Please note that tables belonging to available but currently not installed apps</comment>');
$output->writeln('<comment>Please note that tables belonging to disabled (but not removed) apps</comment>');
$output->writeln('<comment>can be included by specifying the --all-apps option.</comment>');
}

Loading…
Cancel
Save