Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-13 17:15:28 +0300
committerJoas Schilling <nickvergessen@gmx.de>2015-02-13 17:15:28 +0300
commit3a5b0a8cfc677c1decf464604e79117de3dbfd06 (patch)
tree3c881e0a6c838b8a849a7030c7e9ce658b063933 /db_structure.xml
parent6039523cd61c507399ffdf0b2ad2e7f8904c6093 (diff)
Revert "Improve: Index for file_map"
This reverts commit c9b56084051ad33f15ad8a1a7fee95d38ba0d954.
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 8d7cb93a652..eb6540047d6 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -172,24 +172,6 @@
</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>