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>2013-04-02 13:58:57 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-02 13:58:57 +0400
commit8231f657d909157c08efb46fb00d9dc1787d67df (patch)
tree1875269ffb1ff5cbafc603f42fb0a1dea217e461
parent5944ee6ebec11d2a0a5ef12d7aa46bb5d755f458 (diff)
parent4f9f5a41b16dd4939402ecc22ca020a7aab2d277 (diff)
Merge pull request #2641 from owncloud/fix_2612v5.0.2
Key must use less then 767 bytes long
-rw-r--r--db_structure.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 0f3def9fcd9..98e2161efe1 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -654,14 +654,6 @@
<index>
<name>property_index</name>
<field>
- <name>propertyname</name>
- <sorting>ascending</sorting>
- </field>
- <field>
- <name>propertypath</name>
- <sorting>ascending</sorting>
- </field>
- <field>
<name>userid</name>
<sorting>ascending</sorting>
</field>