Skip to content

Commit

Permalink
perf(core): add index on name
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
  • Loading branch information
pulsejet committed Mar 30, 2024
1 parent 4b85a88 commit 5bb0a29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ public function __construct() {
'fs_parent',
['parent']
);
$event->addMissingIndex(
'filecache',
'fs_name_hash',
['name']
);

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

0 comments on commit 5bb0a29

Please sign in to comment.