summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index c8a0b268968..575950455ed 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -695,16 +695,21 @@
</field>
<index>
- <name>user_propertypath_index</name>
+ <name>property_index</name>
<field>
- <name>userid</name>
+ <name>propertyname</name>
<sorting>ascending</sorting>
</field>
<field>
<name>propertypath</name>
<sorting>ascending</sorting>
</field>
+ <field>
+ <name>userid</name>
+ <sorting>ascending</sorting>
+ </field>
</index>
+
</declaration>
</table>