[Database version 1444] Add "hidden" field to user-contact table

- This is a user-specific field
This commit is contained in:
Hypolite Petovan 2021-11-10 07:05:07 -05:00
parent 84e7f65d52
commit fd0d17df31
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
-- ------------------------------------------
-- Friendica 2021.12-dev (Siberian Iris)
-- DB_UPDATE_VERSION 1443
-- DB_UPDATE_VERSION 1444
-- ------------------------------------------
@ -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 '',