Skip to content
Snippets Groups Projects
Commit f712ca61 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

remove the index on the share table because of problems with the index size....

remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this.
parent ebe3c913
No related branches found
No related tags found
No related merge requests found
......@@ -594,21 +594,6 @@
<default></default>
<notnull>false</notnull>
</field>
<index>
<name>share_file_target_index</name>
<field>
<name>file_target</name>
<sorting>ascending</sorting>
</field>
<field>
<name>uid_owner</name>
<sorting>ascending</sorting>
</field>
<field>
<name>share_type</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment