X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbstructure.php;h=2078c208a2a03183234d08c0763eac002b37506b;hb=e5a6d91cc4dc8f8546580c656ed6acc7016d4a28;hp=deb6ddf5330639acab34f8fe11f1eb6ebb0a4d4c;hpb=17b1d459687ec068dd5bd968196f8afc8660b14d;p=friendica.git diff --git a/include/dbstructure.php b/include/dbstructure.php index deb6ddf533..2078c208a2 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -62,7 +62,6 @@ function update_fail($update_id, $error_message){ */ //try the logger logger("CRITICAL: Database structure update failed: ".$retval); - break; } @@ -642,6 +641,7 @@ function db_definition() { "gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""), "community" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"), "network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""), + "addr" => array("type" => "varchar(255)", "not null" => "1", "default" => ""), "generation" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"), "server_url" => array("type" => "varchar(255)", "not null" => "1", "default" => ""), ),