diff --git a/db_structure.xml b/db_structure.xml
index 7769c64d87c07031d5023bbae6f1ca4744cfd746..6d1cf6973c552c39570c353a17dc739398c7579f 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -867,13 +867,6 @@
 					<sorting>ascending</sorting>
 				</field>
 			</index>
-			<index>
-				<name>share_file_target</name>
-				<field>
-					<name>file_target</name>
-					<sorting>ascending</sorting>
-				</field>
-			</index>
 		</declaration>
 
 	</table>
diff --git a/version.php b/version.php
index 1e112ca86db4aa05847769a73971298ae5cfc64f..03593c471605b419afc294aca298c642fe6a267e 100644
--- a/version.php
+++ b/version.php
@@ -22,7 +22,7 @@
 // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
-$OC_Version=array(8, 2, 0, 1);
+$OC_Version=array(8, 2, 0, 2);
 
 // The human readable string
 $OC_VersionString='8.2 pre alpha';