summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-19 17:23:54 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-10-19 17:23:54 +0200
commit73c743076e64384ecf7892921e9cf96ce68abdca (patch)
tree469ab8baf11621015b16eb26bc96c5b8597008f2 /db_structure.xml
parent10e29da8be495cce0cea7aa35942bd2a92b868d8 (diff)
downloadnextcloud-server-73c743076e64384ecf7892921e9cf96ce68abdca.tar.gz
nextcloud-server-73c743076e64384ecf7892921e9cf96ce68abdca.zip
Remove index that might cause problems.
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 64abdff3689..fe580c4a2f0 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -735,23 +735,6 @@
</field>
</index>
- <index>
- <name>uid_type_category_index</name>
- <unique>true</unique>
- <field>
- <name>uid</name>
- <sorting>ascending</sorting>
- </field>
- <field>
- <name>type</name>
- <sorting>ascending</sorting>
- </field>
- <field>
- <name>category</name>
- <sorting>ascending</sorting>
- </field>
- </index>
-
</declaration>
</table>