Cache: rename index to prevent colissions with old fscache indexes

remotes/origin/stable5
Robin Appelman 12 years ago
parent a068ddff64
commit 6a6d6756b7
  1. 4
      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>

Loading…
Cancel
Save