X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbstructure.php;h=e6064b397148bf770c683c29ad6fce890b9eaf60;hb=05a13a99b2c89db5d01e205301888a8a5c90108a;hp=e34e409023dc5918905eb3373951a5ebddd71402;hpb=be5267edda51eb4b523324c001bcf90ca60e1fa5;p=friendica.git diff --git a/include/dbstructure.php b/include/dbstructure.php index e34e409023..e6064b3971 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -508,6 +508,7 @@ function db_definition() { "indexes" => array( "PRIMARY" => array("id"), "uid" => array("uid"), + "nurl" => array("nurl"), ) ); $database["conv"] = array( @@ -670,6 +671,9 @@ function db_definition() { "indexes" => array( "PRIMARY" => array("id"), "nurl" => array("nurl"), + "name" => array("name"), + "nick" => array("nick"), + "addr" => array("addr"), "updated" => array("updated"), ) );