Merge pull request #573 from owncloud/more_indexes

more db indexes
This commit is contained in:
Jörn Friedrich Dreyer 2012-11-26 06:17:27 -08:00
commit 588bbd2c9f
1 changed files with 14 additions and 0 deletions

View File

@ -46,6 +46,13 @@
<sorting>ascending</sorting>
</field>
</index>
<index>
<name>appconfig_config_key_index</name>
<field>
<name>configkey</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
@ -257,6 +264,13 @@
<notnull>true</notnull>
<length>64</length>
</field>
<index>
<name>group_admin_uid</name>
<field>
<name>uid</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>