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>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue