Skip to content
Snippets Groups Projects
Commit c9b56084 authored by windaishi's avatar windaishi Committed by Lukas Reschke
Browse files

Improve: Index for file_map

Added two indices for file_map, that improve syncing and uploading and deleting files
parent dfcd4acd
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,24 @@ ...@@ -172,6 +172,24 @@
</field> </field>
</index> </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> </declaration>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment