mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Add Index to properties table for better performance on upgrade
This commit is contained in:
parent
19a65f6c3f
commit
707de3e644
1 changed files with 16 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue