X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=bdf928fbe563caba1858bcf4ce09b267cdca8189;hb=39c2282c1292af173f854e2a4338c601f9ba58f6;hp=ef9d08d217740822fb2e4bac843e08d8ee8eddf6;hpb=670bbe58a1cddabb622387a8926eb39023cc8a00;p=friendica.git diff --git a/database.sql b/database.sql index ef9d08d217..bdf928fbe5 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ --- Friendica 2021.12-dev (Siberian Iris) --- DB_UPDATE_VERSION 1444 +-- Friendica 2021.12-rc (Siberian Iris) +-- DB_UPDATE_VERSION 1445 -- ------------------------------------------ @@ -1511,6 +1511,7 @@ CREATE TABLE IF NOT EXISTS `user-contact` ( `blocked` boolean COMMENT 'Contact is completely blocked for this user', `ignored` boolean COMMENT 'Posts from this contact are ignored', `collapsed` boolean COMMENT 'Posts from this contact are collapsed', + `hidden` boolean COMMENT 'This contact is hidden from the others', `pending` boolean COMMENT '', `rel` tinyint unsigned COMMENT 'The kind of the relation between the user and the contact', `info` mediumtext COMMENT '',