X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_delayed-post.md;h=b792f2f00575ba4cd58bd1a6cd8bdbdb4c39586e;hb=6a7fc07cbfb3d088891b90a873947d31e56d73fc;hp=77cd677f656a01f76ca8fb6cf004c2b20495f8e3;hpb=2951243b079499e3a70e855a8b1d9b078cbfbfd9;p=friendica.git diff --git a/doc/database/db_delayed-post.md b/doc/database/db_delayed-post.md index 77cd677f65..b792f2f005 100644 --- a/doc/database/db_delayed-post.md +++ b/doc/database/db_delayed-post.md @@ -10,12 +10,9 @@ Fields | ------- | ---------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- | | id | | int unsigned | NO | PRI | NULL | auto_increment | | uri | URI of the post that will be distributed later | varchar(255) | YES | | NULL | | -| title | post title | varchar(255) | YES | | NULL | | -| body | post body content | mediumtext | YES | | NULL | | -| private | 0=public, 1=private, 2=unlisted | tinyint unsigned | YES | | NULL | | -| wid | Workerqueue id | int unsigned | YES | | NULL | | | uid | Owner User id | mediumint unsigned | YES | | NULL | | | delayed | delay time | datetime | YES | | NULL | | +| wid | Workerqueue id | int unsigned | YES | | NULL | | Indexes ------------ @@ -31,7 +28,7 @@ Foreign Keys | Field | Target Table | Target Field | |-------|--------------|--------------| -| wid | [workerqueue](help/database/db_workerqueue) | id | | uid | [user](help/database/db_user) | uid | +| wid | [workerqueue](help/database/db_workerqueue) | id | Return to [database documentation](help/database)