summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-01-03 00:29:10 +0100
committerRobin Appelman <icewind@owncloud.com>2013-01-03 00:29:10 +0100
commit6a6d6756b7a6495d044d44c8d6081505880d96b9 (patch)
treeb94d9984f159156f054d77730f1c1c8f075f5e72 /db_structure.xml
parenta068ddff64bb6071de204b948129c4ca23c16d26 (diff)
downloadnextcloud-server-6a6d6756b7a6495d044d44c8d6081505880d96b9.tar.gz
nextcloud-server-6a6d6756b7a6495d044d44c8d6081505880d96b9.zip
Cache: rename index to prevent colissions with old fscache indexes
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index aa0916264c9..e47cf3c6292 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -190,7 +190,7 @@
</field>
<index>
- <name>storage_path_hash</name>
+ <name>fs_storage_path_hash</name>
<unique>true</unique>
<field>
<name>storage</name>
@@ -203,7 +203,7 @@
</index>
<index>
- <name>parent_name_hash</name>
+ <name>fs_parent_name_hash</name>
<field>
<name>parent</name>
<sorting>ascending</sorting>