From: Frank Karlitschek Date: Sun, 25 Nov 2012 14:09:07 +0000 (+0100) Subject: remove the index on the share table because of problems with the index size. Thanks... X-Git-Tag: v5.0.0alpha1~395^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f712ca61dfdec7ed80d405115d6eb48e405fe894;p=nextcloud-server.git remove the index on the share table because of problems with the index size. Thanks to icewind for spotting this. --- 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 @@ false - - share_file_target_index - - file_target - ascending - - - uid_owner - ascending - - - share_type - ascending - -