diff --git a/core/Migrations/Version13000Date20170718121200.php b/core/Migrations/Version13000Date20170718121200.php index 35c2d1730bc..8a12d6c95db 100644 --- a/core/Migrations/Version13000Date20170718121200.php +++ b/core/Migrations/Version13000Date20170718121200.php @@ -341,6 +341,7 @@ class Version13000Date20170718121200 extends SimpleMigrationStep { // $table->addIndex(['userid'], 'property_index'); $table->addIndex(['userid', 'propertypath'], 'properties_path_index'); $table->addIndex(['propertypath'], 'properties_pathonly_index'); + $table->addIndex(['propertyname', 'propertypath', 'userid'], 'properties_name_path_user'); } else { $table = $schema->getTable('properties'); if ($table->hasColumn('propertytype')) {