mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
The global contacts now contain a "generation" value that defines how we know this contact
This commit is contained in:
parent
cb88269581
commit
d1d794f1ab
7 changed files with 179 additions and 27 deletions
|
@ -626,6 +626,7 @@ function db_definition() {
|
|||
"keywords" => array("type" => "text", "not null" => "1"),
|
||||
"gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
|
||||
"network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"generation" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue