Browse Source

perf(core): add index on name

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/44586/head
Varun Patil 2 months ago
parent
commit
5bb0a29339
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      core/Application.php

+ 5
- 0
core/Application.php View File

'fs_parent', 'fs_parent',
['parent'] ['parent']
); );
$event->addMissingIndex(
'filecache',
'fs_name_hash',
['name']
);


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

Loading…
Cancel
Save