X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbstructure.php;h=083255b8ae87ae4baf9ca612ec43c57500006922;hb=178b7eba1b6fea46b73ddc25dac9e669b8446a7a;hp=bd33858dad74fca8838d19781bda034435de0637;hpb=a0adf8c6a2f0c7520f90fbba46e426701a5a5d73;p=friendica.git diff --git a/include/dbstructure.php b/include/dbstructure.php index bd33858dad..083255b8ae 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -455,6 +455,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"),