From: Michael Vogel Date: Sat, 27 Aug 2016 17:53:09 +0000 (+0200) Subject: Removed some accidentally written code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e46dae39379eb2dc78028cdc70535ccc6a6cb07c;p=friendica.git Removed some accidentally written code --- diff --git a/include/dbstructure.php b/include/dbstructure.php index 54f16a91d4..0236f57781 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -1071,7 +1071,6 @@ function db_definition() { "indexes" => array( "PRIMARY" => array("id"), "uid" => array("uid"), - "uid_profile" => array("uid", "profile"), "resource-id" => array("resource-id"), "guid" => array("guid"), )