Skip to content

Commit 9f6984d

Browse files
committed
fix(DB): Improve wording about unused indexes
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent d93047c commit 9f6984d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Command/Db/DbIndexUsage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
103103

104104
if (!$showAll) {
105105
$output->writeln(sprintf(
106-
'<comment>Found %d unused index(es). Consider removing them to improve write performance.</comment>',
106+
'<comment>Found %d unused index(es). If those were not created by Nextcloud, consider removing them to improve write performance.</comment>',
107107
count($rows)
108108
));
109109
}

0 commit comments

Comments
 (0)