X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_contact.md;h=ad3991f3079fb30ce3f924937ab48a312441417b;hb=efa1344c6406d2918ca33aa8329e5286d949c7b8;hp=ae12217589700c2e8067f2189a92b003550c8435;hpb=6cba99f9c948e60abc18e1f2176b5fbaf1f7cece;p=friendica.git diff --git a/doc/database/db_contact.md b/doc/database/db_contact.md index ae12217589..ad3991f307 100644 --- a/doc/database/db_contact.md +++ b/doc/database/db_contact.md @@ -34,12 +34,14 @@ Fields | poll | | varchar(255) | YES | | NULL | | | subscribe | | varchar(255) | YES | | NULL | | | last-update | Date of the last try to update the contact info | datetime | NO | | 0001-01-01 00:00:00 | | +| next-update | Next connection request | datetime | YES | | NULL | | | success_update | Date of the last successful contact update | datetime | NO | | 0001-01-01 00:00:00 | | | failure_update | Date of the last failed update | datetime | NO | | 0001-01-01 00:00:00 | | | failed | Connection failed | boolean | YES | | NULL | | | term-date | | datetime | NO | | 0001-01-01 00:00:00 | | | last-item | date of the last post | datetime | NO | | 0001-01-01 00:00:00 | | | last-discovery | date of the last follower discovery | datetime | NO | | 0001-01-01 00:00:00 | | +| local-data | Is true when there are posts with this contact on the system | boolean | YES | | NULL | | | blocked | Node-wide block status | boolean | NO | | 1 | | | block_reason | Node-wide block reason | text | YES | | NULL | | | readonly | posts of the contact are readonly | boolean | NO | | 0 | | @@ -112,12 +114,14 @@ Indexes | attag_uid | attag(96), uid | | network_uid_lastupdate | network, uid, last-update | | uid_network_self_lastupdate | uid, network, self, last-update | +| next-update | next-update | +| local-data-next-update | local-data, next-update | | uid_lastitem | uid, last-item | | baseurl | baseurl(64) | | uid_contact-type | uid, contact-type | | uid_self_contact-type | uid, self, contact-type | | self_network_uid | self, network, uid | -| gsid | gsid | +| gsid_uid_failed | gsid, uid, failed | | uri-id | uri-id | Foreign Keys