mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Add indexes for speedingup db queries
This commit is contained in:
parent
c1d7f53673
commit
cbe3ff9c66
@ -183,6 +183,13 @@
|
||||
<length>4</length>
|
||||
</field>
|
||||
|
||||
<index>
|
||||
<name>c_addressbook_userid_index</name>
|
||||
<field>
|
||||
<name>userid</name>
|
||||
<sorting>ascending</sorting>
|
||||
</field>
|
||||
</index>
|
||||
</declaration>
|
||||
|
||||
</table>
|
||||
@ -243,6 +250,14 @@
|
||||
<length>4</length>
|
||||
</field>
|
||||
|
||||
|
||||
<index>
|
||||
<name>c_addressbookid_index</name>
|
||||
<field>
|
||||
<name>addressbookid</name>
|
||||
<sorting>ascending</sorting>
|
||||
</field>
|
||||
</index>
|
||||
</declaration>
|
||||
|
||||
</table>
|
||||
@ -304,6 +319,14 @@
|
||||
<length>4</length>
|
||||
</field>
|
||||
|
||||
<index>
|
||||
<name>cp_contactid_index</name>
|
||||
<field>
|
||||
<name>contactid</name>
|
||||
<sorting>ascending</sorting>
|
||||
</field>
|
||||
</index>
|
||||
|
||||
<index>
|
||||
<name>cp_name_index</name>
|
||||
<field>
|
||||
|
@ -1 +1 @@
|
||||
0.3
|
||||
0.3.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user