Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-11-25 18:09:07 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-11-25 18:09:07 +0400
commitf712ca61dfdec7ed80d405115d6eb48e405fe894 (patch)
tree571ba23c1f9874e3299804a9b6853f60a2ce8af1 /db_structure.xml
parentebe3c9130d101fb5c5ec4007eef3ed78716d840b (diff)
remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this.
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/db_structure.xml b/db_structure.xml
index e1080cd2358..e1da6448c8f 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -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>