[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

@ -14,6 +14,7 @@ Fields
| blocked | Contact is completely blocked for this user | boolean | YES | | NULL | |
| ignored | Posts from this contact are ignored | boolean | YES | | NULL | |
| collapsed | Posts from this contact are collapsed | boolean | YES | | NULL | |
| hidden | This contact is hidden from the others | boolean | YES | | NULL | |
| pending | | boolean | YES | | NULL | |
| rel | The kind of the relation between the user and the contact | tinyint unsigned | YES | | NULL | |
| info | | mediumtext | YES | | NULL | |