Skip to content
Snippets Groups Projects
Commit 588e1547 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Port OC_Property Table Index

parent 5fc27660
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment