]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove the index on the share table because of problems with the index size. Thanks...
authorFrank Karlitschek <frank@owncloud.org>
Sun, 25 Nov 2012 14:09:07 +0000 (15:09 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 25 Nov 2012 14:09:07 +0000 (15:09 +0100)
db_structure.xml

index e1080cd2358603a437fa66e43c5a43517b63ccce..e1da6448c8f8e45a2829987e7d28dc31ed45f7e5 100644 (file)
                                <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>