X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=1c3b296ca3fed1363570bb4d3b2615b113666049;hb=c5969de66d2be3025245ee6dc3fd24805e205a55;hp=b52f67064808cd7a87e5787e5b76f92bae1e11e3;hpb=aeb75c19a3576a33ce900cb2833c6323b49fd387;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index b52f670648..1c3b296ca3 100644 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -55,7 +55,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1443); + define('DB_UPDATE_VERSION', 1446); } return [ @@ -1530,6 +1530,7 @@ return [ "blocked" => ["type" => "boolean", "comment" => "Contact is completely blocked for this user"], "ignored" => ["type" => "boolean", "comment" => "Posts from this contact are ignored"], "collapsed" => ["type" => "boolean", "comment" => "Posts from this contact are collapsed"], + "hidden" => ["type" => "boolean", "comment" => "This contact is hidden from the others"], "pending" => ["type" => "boolean", "comment" => ""], "rel" => ["type" => "tinyint unsigned", "comment" => "The kind of the relation between the user and the contact"], "info" => ["type" => "mediumtext", "comment" => ""],