1
0
Fork 0

"about" and "location" is now included in global contacts as well.

This commit is contained in:
Michael Vogel 2015-01-25 02:29:46 +01:00
commit 597ef20b71
5 changed files with 36 additions and 10 deletions

View file

@ -619,6 +619,8 @@ function db_definition() {
"photo" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"connect" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"updated" => array("type" => "datetime", "default" => "0000-00-00 00:00:00"),
"location" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"about" => array("type" => "text", "not null" => "1"),
"network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
),
"indexes" => array(