X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_inbox-status.md;h=ccb28e9bb261bd7a1369c2efaa53cc2247ef2a4c;hb=4fb8a4c6a8bda9cbac06da2e456a6412bde9e313;hp=abcb33da4d3a28e683b65b660e152a25bc866007;hpb=8f283985f042fa171fc256f4dda6c2bd4e79fe3c;p=friendica.git diff --git a/doc/database/db_inbox-status.md b/doc/database/db_inbox-status.md index abcb33da4d..ccb28e9bb2 100644 --- a/doc/database/db_inbox-status.md +++ b/doc/database/db_inbox-status.md @@ -10,6 +10,7 @@ Fields | -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- | | url | URL of the inbox | varbinary(383) | NO | PRI | NULL | | | uri-id | Item-uri id of inbox url | int unsigned | YES | | NULL | | +| gsid | ID of the related server | int unsigned | YES | | NULL | | | created | Creation date of this entry | datetime | NO | | 0001-01-01 00:00:00 | | | success | Date of the last successful delivery | datetime | NO | | 0001-01-01 00:00:00 | | | failure | Date of the last failed delivery | datetime | NO | | 0001-01-01 00:00:00 | | @@ -24,6 +25,7 @@ Indexes | ------- | ------ | | PRIMARY | url | | uri-id | uri-id | +| gsid | gsid | Foreign Keys ------------ @@ -31,5 +33,6 @@ Foreign Keys | Field | Target Table | Target Field | |-------|--------------|--------------| | uri-id | [item-uri](help/database/db_item-uri) | id | +| gsid | [gserver](help/database/db_gserver) | id | Return to [database documentation](help/database)