mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
fix(db): db-convert supports disabled apps but not removed ones
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
da7bdd26c2
commit
5cbb6fd9d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue