X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_delivery-queue.md;h=46623a54e0f12b5b542718a52278d969a4afe87a;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=a46f7ac3a5c43305e099fc93bdd27cb5e37363a9;hpb=259b99e6e94cd6714e65bb128af9cbe776fd3325;p=friendica.git diff --git a/doc/database/db_delivery-queue.md b/doc/database/db_delivery-queue.md index a46f7ac3a5..46623a54e0 100644 --- a/doc/database/db_delivery-queue.md +++ b/doc/database/db_delivery-queue.md @@ -6,15 +6,15 @@ Delivery data for posts for the batch processing Fields ------ -| Field | Description | Type | Null | Key | Default | Extra | -| ------- | --------------------------------------------------------- | ------------------ | ---- | --- | ------- | ----- | -| gsid | Global Server ID | int unsigned | NO | PRI | NULL | | -| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | | -| created | | datetime | YES | | NULL | | -| command | | varbinary(32) | YES | | NULL | | -| cid | contact_id (ID of the contact in contact table) | int unsigned | YES | | NULL | | -| uid | Delivering user | mediumint unsigned | YES | | NULL | | -| failed | Number of times the delivery has failed | tinyint | YES | | 0 | | +| Field | Description | Type | Null | Key | Default | Extra | +| ------- | --------------------------------------- | ------------------ | ---- | --- | ------- | ----- | +| gsid | Target server | int unsigned | NO | PRI | NULL | | +| uri-id | Delivered post | int unsigned | NO | PRI | NULL | | +| created | | datetime | YES | | NULL | | +| command | | varbinary(32) | YES | | NULL | | +| cid | Target contact | int unsigned | YES | | NULL | | +| uid | Delivering user | mediumint unsigned | YES | | NULL | | +| failed | Number of times the delivery has failed | tinyint | YES | | 0 | | Indexes ------------