X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdbstructure.php;h=e6064b397148bf770c683c29ad6fce890b9eaf60;hb=7e6598f2c01dc25b9420309dac1ec84160f21a03;hp=e34e409023dc5918905eb3373951a5ebddd71402;hpb=9f57425d0880cc49a09562b1b63d502463440c0a;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"), ) );