mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Suggest only active accounts. Remove duplicates from gcontact table.
This commit is contained in:
parent
47560fc6c7
commit
d49c3e99ac
2 changed files with 29 additions and 14 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue