Port OC_Property Table Index

This commit is contained in:
Arthur Schiwon 2013-03-25 17:54:45 +01:00
parent 5fc276602a
commit 588e1547cf
1 changed files with 7 additions and 2 deletions

View File

@ -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>