]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Poco now returns the last update date as well. This date will be stored in the gconta...
[friendica.git] / include / dbstructure.php
index 66e67c0a9aaf977ca68f0086360fa955d26ca60e..08d772ef7c867148b3324c9903bcbf6ba915d4c1 100644 (file)
@@ -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"),