]> git.mxchange.org Git - friendica.git/commitdiff
Will we now find the best index fort the contact?
authorMichael <heluecht@pirati.ca>
Thu, 5 Jan 2017 17:48:51 +0000 (17:48 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 5 Jan 2017 17:48:51 +0000 (17:48 +0000)
include/dbstructure.php

index f7f44fd6059b112e4ae5f069a5d1ec1b78e80af2..7b3be5a31a324a3c159b93fae21efe2df59c630b 100644 (file)
@@ -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"),