X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_user-contact.md;h=71fdc14e406ac467033cd40bc33a82a1a8f1bd2f;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=2cd910bb059399a46ae1853e64dea34de5b1d794;hpb=214a0524ddc069f71c896eef8ccf031033125932;p=friendica.git diff --git a/doc/database/db_user-contact.md b/doc/database/db_user-contact.md index 2cd910bb05..71fdc14e40 100644 --- a/doc/database/db_user-contact.md +++ b/doc/database/db_user-contact.md @@ -15,6 +15,7 @@ Fields | 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 | | +| is-blocked | User is blocked by this contact | 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 | | @@ -23,7 +24,7 @@ Fields | fetch_further_information | | tinyint unsigned | YES | | NULL | | | ffi_keyword_denylist | | text | YES | | NULL | | | subhub | | boolean | YES | | NULL | | -| hub-verify | | varchar(255) | YES | | NULL | | +| hub-verify | | varbinary(383) | YES | | NULL | | | protocol | Protocol of the contact | char(4) | YES | | NULL | | | rating | Automatically detected feed poll frequency | tinyint | YES | | NULL | | | priority | Feed poll priority | tinyint unsigned | YES | | NULL | |