]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Add Dice logging for Module creation
[friendica.git] / database.sql
index ef9d08d217740822fb2e4bac843e08d8ee8eddf6..bdf928fbe563caba1858bcf4ce09b267cdca8189 100644 (file)
@@ -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 '',