From 3a5b0a8cfc677c1decf464604e79117de3dbfd06 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Fri, 13 Feb 2015 15:15:28 +0100
Subject: [PATCH] Revert "Improve: Index for file_map"

This reverts commit c9b56084051ad33f15ad8a1a7fee95d38ba0d954.
---
 db_structure.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index 8d7cb93a65..eb6540047d 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>
-- 
GitLab