From: Michael Date: Thu, 5 Jan 2017 17:48:51 +0000 (+0000) Subject: Will we now find the best index fort the contact? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6cdccbe2f67244213cf8c50e64ab1c6eed1d0e59;p=friendica.git Will we now find the best index fort the contact? --- diff --git a/include/dbstructure.php b/include/dbstructure.php index f7f44fd605..7b3be5a31a 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -588,6 +588,8 @@ function db_definition($charset) { "PRIMARY" => array("id"), "uid" => array("uid"), "uid_self" => array("uid", "self"), + "uid_batch" => array("uid", "batch"), + "uid_pending" => array("uid", "pending"), "uid_network_batch_archive" => array("uid", "network", "batch(64)", "archive"), "addr_uid" => array("addr(32)", "uid"), "nurl_uid" => array("nurl(32)", "uid"),