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:
parent
ebe3c9130d
commit
f712ca61df
|
@ -594,21 +594,6 @@
|
||||||
<default></default>
|
<default></default>
|
||||||
<notnull>false</notnull>
|
<notnull>false</notnull>
|
||||||
</field>
|
</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>
|
</declaration>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue