]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
API: Direct Messages moved to new place
[friendica.git] / static / dbstructure.config.php
index b52f67064808cd7a87e5787e5b76f92bae1e11e3..e0645c05e07f0ddc10a2f9631277225f70501bf8 100644 (file)
@@ -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" => ""],