summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-06-02 18:47:13 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-06-02 18:47:13 +0200
commite8ec81110d65c8fd7b3876db4f798b714fde9c9d (patch)
tree6359789cc8114f38ee6e089201d86029e79df1b0 /db_structure.xml
parent390d8e53b4349af2265085f25c2784c620fbf4ae (diff)
parente19b3a8794a2cadc86b0f3b01a516814b600026b (diff)
downloadnextcloud-server-e8ec81110d65c8fd7b3876db4f798b714fde9c9d.tar.gz
nextcloud-server-e8ec81110d65c8fd7b3876db4f798b714fde9c9d.zip
Merge pull request #8806 from owncloud/add_share_index
add share index
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 95db8d1f9fb..ed4954c02b2 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -985,6 +985,18 @@
<sorting>ascending</sorting>
</field>
</index>
+ <index>
+ <name>file_target_index</name>
+ <field>
+ <name>file_target</name>
+ </field>
+ <field>
+ <name>uid_owner</name>
+ </field>
+ <field>
+ <name>share_type</name>
+ </field>
+ </index>
</declaration>
</table>