Suggest only active accounts. Remove duplicates from gcontact table.

This commit is contained in:
Michael Vogel 2015-01-05 08:03:29 +01:00
parent 47560fc6c7
commit d49c3e99ac
2 changed files with 29 additions and 14 deletions

View file

@ -413,6 +413,8 @@ function db_definition() {
"network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"name" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"nick" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"location" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"about" => array("type" => "text", "not null" => "1"),
"attag" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"photo" => array("type" => "text", "not null" => "1"),
"thumb" => array("type" => "text", "not null" => "1"),