mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
The "addr" field is now in the global contacts as well.
This commit is contained in:
parent
ff15521e38
commit
d6080f4c76
6 changed files with 24 additions and 11 deletions
|
@ -642,6 +642,7 @@ function db_definition() {
|
|||
"gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
|
||||
"community" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
"network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"addr" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"generation" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"),
|
||||
"server_url" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue