mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
New field in the contact table to better detect "dead profiles"
This commit is contained in:
parent
8b2742dc7d
commit
9a35e861ce
5 changed files with 22 additions and 8 deletions
|
@ -453,6 +453,7 @@ function db_definition() {
|
|||
"uri-date" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
"avatar-date" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
"term-date" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
"last-item" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
|
||||
"priority" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"),
|
||||
"blocked" => array("type" => "tinyint(1)", "not null" => "1", "default" => "1"),
|
||||
"readonly" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue