mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
perf(core): add index on name
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
This commit is contained in:
parent
4b85a88620
commit
5bb0a29339
1 changed files with 5 additions and 0 deletions
|
|
@ -126,6 +126,11 @@ class Application extends App {
|
|||
'fs_parent',
|
||||
['parent']
|
||||
);
|
||||
$event->addMissingIndex(
|
||||
'filecache',
|
||||
'fs_name_hash',
|
||||
['name']
|
||||
);
|
||||
|
||||
$event->addMissingIndex(
|
||||
'twofactor_providers',
|
||||
|
|
|
|||
Loading…
Reference in a new issue