Add Index to properties table for better performance on upgrade

This commit is contained in:
Arthur Schiwon 2013-03-25 17:54:45 +01:00
parent 19a65f6c3f
commit 707de3e644

View file

@ -651,6 +651,22 @@
<length>255</length>
</field>
<index>
<name>property_index</name>
<field>
<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>