diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-13 15:15:28 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-13 15:15:28 +0100 |
commit | 3a5b0a8cfc677c1decf464604e79117de3dbfd06 (patch) | |
tree | 3c881e0a6c838b8a849a7030c7e9ce658b063933 /db_structure.xml | |
parent | 6039523cd61c507399ffdf0b2ad2e7f8904c6093 (diff) | |
download | nextcloud-server-3a5b0a8cfc677c1decf464604e79117de3dbfd06.tar.gz nextcloud-server-3a5b0a8cfc677c1decf464604e79117de3dbfd06.zip |
Revert "Improve: Index for file_map"
This reverts commit c9b56084051ad33f15ad8a1a7fee95d38ba0d954.
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 18 |
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> |