Port OC_Property Table Index
This commit is contained in:
parent
5fc276602a
commit
588e1547cf
1 changed files with 7 additions and 2 deletions
|
@ -695,16 +695,21 @@
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
<index>
|
<index>
|
||||||
<name>user_propertypath_index</name>
|
<name>property_index</name>
|
||||||
<field>
|
<field>
|
||||||
<name>userid</name>
|
<name>propertyname</name>
|
||||||
<sorting>ascending</sorting>
|
<sorting>ascending</sorting>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>propertypath</name>
|
<name>propertypath</name>
|
||||||
<sorting>ascending</sorting>
|
<sorting>ascending</sorting>
|
||||||
</field>
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>userid</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue