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:
authorArthur Schiwon <blizzz@owncloud.com>2013-04-02 13:29:41 +0400
committerArthur Schiwon <blizzz@owncloud.com>2013-04-02 13:29:41 +0400
commit4f9f5a41b16dd4939402ecc22ca020a7aab2d277 (patch)
tree8ffd0db0910a86c29d6362a68be5cd6d146c4834
parente1b6574ce72db4fd398fb72f9e21ec766b7897eb (diff)
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>