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
1 changed files with 0 additions and 15 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue