]> source.dussan.org Git - nextcloud-server.git/commitdiff
Cache: rename index to prevent colissions with old fscache indexes
authorRobin Appelman <icewind@owncloud.com>
Wed, 2 Jan 2013 23:29:10 +0000 (00:29 +0100)
committerRobin Appelman <icewind@owncloud.com>
Wed, 2 Jan 2013 23:29:10 +0000 (00:29 +0100)
db_structure.xml

index aa0916264c9f4ba163cacf7556556497cead1f9b..e47cf3c629214cfc6c665f9a5c93a779a47b8963 100644 (file)
                        </field>
 
                        <index>
-                               <name>storage_path_hash</name>
+                               <name>fs_storage_path_hash</name>
                                <unique>true</unique>
                                <field>
                                        <name>storage</name>
                        </index>
 
                        <index>
-                               <name>parent_name_hash</name>
+                               <name>fs_parent_name_hash</name>
                                <field>
                                        <name>parent</name>
                                        <sorting>ascending</sorting>