The "addr" field is now in the global contacts as well.

This commit is contained in:
Michael Vogel 2015-11-05 08:37:00 +01:00
parent ff15521e38
commit d6080f4c76
6 changed files with 24 additions and 11 deletions

View file

@ -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" => ""),
),