diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-11-25 15:09:07 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-11-25 15:09:07 +0100 |
commit | f712ca61dfdec7ed80d405115d6eb48e405fe894 (patch) | |
tree | 571ba23c1f9874e3299804a9b6853f60a2ce8af1 /db_structure.xml | |
parent | ebe3c9130d101fb5c5ec4007eef3ed78716d840b (diff) | |
download | nextcloud-server-f712ca61dfdec7ed80d405115d6eb48e405fe894.tar.gz nextcloud-server-f712ca61dfdec7ed80d405115d6eb48e405fe894.zip |
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.xml | 15 |
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> |