remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this.

This commit is contained in:
Frank Karlitschek 2012-11-25 15:09:07 +01:00
parent ebe3c9130d
commit f712ca61df
1 changed files with 0 additions and 15 deletions

View File

@ -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>