summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-03-25 17:54:45 +0100
committerArthur Schiwon <blizzz@owncloud.com>2013-03-27 19:17:20 +0100
commit588e1547cff50de4a2b03d2540b7ad93c2093f8e (patch)
tree8ccbf1a45a5b6e02c853c3981848daff93e1a1de /db_structure.xml
parent5fc276602aa2aaf575776dbbb6b7b8626357cd8a (diff)
downloadnextcloud-server-588e1547cff50de4a2b03d2540b7ad93c2093f8e.tar.gz
nextcloud-server-588e1547cff50de4a2b03d2540b7ad93c2093f8e.zip
Port OC_Property Table Index
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index c8a0b268968..575950455ed 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -695,16 +695,21 @@
</field>
<index>
- <name>user_propertypath_index</name>
+ <name>property_index</name>
<field>
- <name>userid</name>
+ <name>propertyname</name>
<sorting>ascending</sorting>
</field>
<field>
<name>propertypath</name>
<sorting>ascending</sorting>
</field>
+ <field>
+ <name>userid</name>
+ <sorting>ascending</sorting>
+ </field>
</index>
+
</declaration>
</table>