Improve: Index for file_map
Added two indices for file_map, that improve syncing and uploading and deleting files
This commit is contained in:
parent
dfcd4acd5a
commit
c9b5608405
|
@ -172,6 +172,24 @@
|
|||
</field>
|
||||
</index>
|
||||
|
||||
<index>
|
||||
<name>file_map_logic_path</name>
|
||||
<unique>false</unique>
|
||||
<field>
|
||||
<name>logic_path</name>
|
||||
<sorting>ascending</sorting>
|
||||
</field>
|
||||
</index>
|
||||
|
||||
<index>
|
||||
<name>file_map_physic_path</name>
|
||||
<unique>false</unique>
|
||||
<field>
|
||||
<name>physic_path</name>
|
||||
<sorting>ascending</sorting>
|
||||
</field>
|
||||
</index>
|
||||
|
||||
</declaration>
|
||||
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue