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> </field>
<index> <index>
<name>storage_path_hash</name> <name>fs_storage_path_hash</name>
<unique>true</unique> <unique>true</unique>
<field> <field>
<name>storage</name> <name>storage</name>
@ -203,7 +203,7 @@
</index> </index>
<index> <index>
<name>parent_name_hash</name> <name>fs_parent_name_hash</name>
<field> <field>
<name>parent</name> <name>parent</name>
<sorting>ascending</sorting> <sorting>ascending</sorting>