Cache: rename index to prevent colissions with old fscache indexes

This commit is contained in:
Robin Appelman 2013-01-03 00:29:10 +01:00
parent a068ddff64
commit 6a6d6756b7
1 changed files with 2 additions and 2 deletions

View File

@ -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>