X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_delayed-post.md;h=b792f2f00575ba4cd58bd1a6cd8bdbdb4c39586e;hb=a2532ad7554602d631d9caabb5c74564328d1fff;hp=fe3251f70a620f417ccb1318ffda013ec3c592f8;hpb=b4f2630fea8a8e1274bc123f9c78e751e72103c3;p=friendica.git diff --git a/doc/database/db_delayed-post.md b/doc/database/db_delayed-post.md index fe3251f70a..b792f2f005 100644 --- a/doc/database/db_delayed-post.md +++ b/doc/database/db_delayed-post.md @@ -12,6 +12,7 @@ Fields | uri | URI of the post that will be distributed later | varchar(255) | YES | | NULL | | | uid | Owner User id | mediumint unsigned | YES | | NULL | | | delayed | delay time | datetime | YES | | NULL | | +| wid | Workerqueue id | int unsigned | YES | | NULL | | Indexes ------------ @@ -20,6 +21,7 @@ Indexes | ------- | --------------------- | | PRIMARY | id | | uid_uri | UNIQUE, uid, uri(190) | +| wid | wid | Foreign Keys ------------ @@ -27,5 +29,6 @@ Foreign Keys | Field | Target Table | Target Field | |-------|--------------|--------------| | uid | [user](help/database/db_user) | uid | +| wid | [workerqueue](help/database/db_workerqueue) | id | Return to [database documentation](help/database)