mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-apps
fix(db): db-convert supports disabled apps but not removed ones
This commit is contained in:
commit
20953d0374
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