perf(core): add index on name

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
This commit is contained in:
Varun Patil 2024-03-30 12:14:27 -07:00
parent 4b85a88620
commit 5bb0a29339

View file

@ -126,6 +126,11 @@ class Application extends App {
'fs_parent',
['parent']
);
$event->addMissingIndex(
'filecache',
'fs_name_hash',
['name']
);
$event->addMissingIndex(
'twofactor_providers',