diff --git a/core/Application.php b/core/Application.php index cfd0f90ef24a2..a0dacb885aeb3 100644 --- a/core/Application.php +++ b/core/Application.php @@ -183,6 +183,11 @@ public function __construct() { 'properties_pathonly_index', ['propertypath'] ); + $event->addMissingIndex( + 'properties', + 'properties_name_path_user', + ['propertyname', 'propertypath', 'userid'] + ); $event->addMissingIndex(