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 cfd0f90ef24..a0dacb885ae 100644 --- a/core/Application.php +++ b/core/Application.php @@ -183,6 +183,11 @@ class Application extends App { 'properties_pathonly_index', ['propertypath'] ); + $event->addMissingIndex( + 'properties', + 'properties_name_path_user', + ['propertyname', 'propertypath', 'userid'] + ); $event->addMissingIndex( |