diff options
-rw-r--r-- | core/Application.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Application.php b/core/Application.php index a4e915caec2..c0b88e154c0 100644 --- a/core/Application.php +++ b/core/Application.php @@ -126,6 +126,11 @@ class Application extends App { 'fs_parent', ['parent'] ); + $event->addMissingIndex( + 'filecache', + 'fs_name_hash', + ['name'] + ); $event->addMissingIndex( 'twofactor_providers', |