Skip to content
Snippets Groups Projects
Commit 588bbd2c authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

Merge pull request #573 from owncloud/more_indexes

more db indexes
parents 74cf3b5d f712ca61
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment