X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase.md;h=fcff590e1381b0f92f9adcb123c1534ce8bed28f;hb=28e2eab7aee3ab5dac11fcc62be595b9a1c2df8b;hp=961e8183ab7267c5ecf96d79577f493181c6e503;hpb=4ba28e019926b43b7f7eee59885b4baf9e7173e9;p=friendica.git diff --git a/doc/database.md b/doc/database.md index 961e8183ab..fcff590e13 100644 --- a/doc/database.md +++ b/doc/database.md @@ -11,6 +11,7 @@ Database Tables | [addon](help/database/db_addon) | registered addons | | [apcontact](help/database/db_apcontact) | ActivityPub compatible contacts - used in the ActivityPub implementation | | [application](help/database/db_application) | OAuth application | +| [application-marker](help/database/db_application-marker) | Timeline marker | | [application-token](help/database/db_application-token) | OAuth user token | | [attach](help/database/db_attach) | file attachments | | [cache](help/database/db_cache) | Stores temporary data | @@ -50,8 +51,9 @@ Database Tables | [post-category](help/database/db_post-category) | post relation to categories | | [post-collection](help/database/db_post-collection) | Collection of posts | | [post-content](help/database/db_post-content) | Content for all posts | -| [post-delivery](help/database/db_post-delivery) | Status of ActivityPub inboxes | +| [post-delivery](help/database/db_post-delivery) | Delivery data for posts for the batch processing | | [post-delivery-data](help/database/db_post-delivery-data) | Delivery data for items | +| [post-history](help/database/db_post-history) | Post history | | [post-link](help/database/db_post-link) | Post related external links | | [post-media](help/database/db_post-media) | Attached media | | [post-question](help/database/db_post-question) | Question |