mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:50:12 +00:00
Poco now returns the last update date as well. This date will be stored in the gcontact table.
This commit is contained in:
parent
3195bacd9e
commit
11c82816b3
6 changed files with 43 additions and 11 deletions
|
@ -616,6 +616,7 @@ function db_definition() {
|
|||
"nurl" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"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"),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue