Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
c9b56084
Commit
c9b56084
authored
Oct 17, 2014
by
windaishi
Committed by
Lukas Reschke
Feb 12, 2015
Browse files
Improve: Index for file_map
Added two indices for file_map, that improve syncing and uploading and deleting files
parent
dfcd4acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
db_structure.xml
View file @
c9b56084
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment