1
0
Fork 0

notify and alias are now in gcontact as well - the contact expansion in mod/item.php is renewed

This commit is contained in:
Michael Vogel 2016-01-07 23:43:16 +01:00
commit 9521cdc18f
4 changed files with 162 additions and 35 deletions

View file

@ -672,6 +672,8 @@ function db_definition() {
"nsfw" => 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" => ""),
"notify" => array("type" => "text", "not null" => "1"),
"alias" => 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" => ""),
),