X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=e0645c05e07f0ddc10a2f9631277225f70501bf8;hb=b7a460485a354ff11f25bcbf8a5ed7f87a6bfb62;hp=b52f67064808cd7a87e5787e5b76f92bae1e11e3;hpb=a911e8eefdb755436c951450bc6b61c49b3fa490;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index b52f670648..e0645c05e0 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', 1445); } 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" => ""],