X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbstructure.php;h=96d18cd78959fcd01e5a6091c3faa033cd2dbf2f;hb=d04e1bdf694207d1fc9d804dd38fa61f134a0255;hp=43dfbd7b353185d9ad5f87ab19a82fbb7b061316;hpb=228ce9e27eae73132fc58710c06030f48f9e34bc;p=friendica.git diff --git a/include/dbstructure.php b/include/dbstructure.php index 43dfbd7b35..96d18cd789 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -453,6 +453,7 @@ function db_definition() { "keywords" => array("type" => "text", "not null" => "1"), "gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""), "attag" => array("type" => "varchar(255)", "not null" => "1", "default" => ""), + "avatar" => array("type" => "varchar(255)", "not null" => "1", "default" => ""), "photo" => array("type" => "text", "not null" => "1"), "thumb" => array("type" => "text", "not null" => "1"), "micro" => array("type" => "text", "not null" => "1"),