Skip to content

Commit b081d3c

Browse files
authored
Merge pull request #44586 from nextcloud/pulsejet/name-idx
perf(core): add index on name
2 parents b93724a + 5bb0a29 commit b081d3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/Application.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ public function __construct() {
126126
'fs_parent',
127127
['parent']
128128
);
129+
$event->addMissingIndex(
130+
'filecache',
131+
'fs_name_hash',
132+
['name']
133+
);
129134

130135
$event->addMissingIndex(
131136
'twofactor_providers',

0 commit comments

Comments
 (0)