perf(core): add index on name

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/44586/head
Varun Patil 2024-03-30 12:14:27 +07:00
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',