]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Standards
[friendica.git] / static / dbstructure.config.php
index 3c9bc50fb9d8f2578e3f00946da170e6ed90e82e..8cd01b4aeb3a71e056ea5bb2a681d6298c8d9ad4 100755 (executable)
@@ -462,6 +462,7 @@ return [
                        "updated" => ["type" => "datetime", "default" => DBA::NULL_DATETIME, "comment" => ""],
                        "last_contact" => ["type" => "datetime", "default" => DBA::NULL_DATETIME, "comment" => ""],
                        "last_failure" => ["type" => "datetime", "default" => DBA::NULL_DATETIME, "comment" => ""],
+                       "last_discovery" => ["type" => "datetime", "default" => DBA::NULL_DATETIME, "comment" => "Date of the last contact discovery"],
                        "archive_date" => ["type" => "datetime", "default" => DBA::NULL_DATETIME, "comment" => ""],
                        "archived" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
                        "location" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],