X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase.md;h=edfb7b82267ee0ae1389691b4aff65f2cb1f6495;hb=818075d039330d89569ba189f1b415e3e9e6391d;hp=9fa438c8d2a6daa14a19b121d95dbe27b79e5055;hpb=73742812d193ff6a22cf7d6f0a7e9703db80c1a0;p=friendica.git diff --git a/doc/database.md b/doc/database.md index 9fa438c8d2..edfb7b8226 100644 --- a/doc/database.md +++ b/doc/database.md @@ -23,6 +23,7 @@ Database Tables | [contact-relation](help/database/db_contact-relation) | Contact relations | | [conv](help/database/db_conv) | private messages | | [delayed-post](help/database/db_delayed-post) | Posts that are about to be distributed at a later time | +| [delivery-queue](help/database/db_delivery-queue) | Delivery data for posts for the batch processing | | [diaspora-contact](help/database/db_diaspora-contact) | Diaspora compatible contacts - used in the Diaspora implementation | | [diaspora-interaction](help/database/db_diaspora-interaction) | Signed Diaspora Interaction | | [endpoint](help/database/db_endpoint) | ActivityPub endpoints - used in the ActivityPub implementation | @@ -40,6 +41,7 @@ Database Tables | [inbox-status](help/database/db_inbox-status) | Status of ActivityPub inboxes | | [intro](help/database/db_intro) | | | [item-uri](help/database/db_item-uri) | URI and GUID for items | +| [key-value](help/database/db_key-value) | A key value storage | | [locks](help/database/db_locks) | | | [mail](help/database/db_mail) | private messages | | [mailacct](help/database/db_mailacct) | Mail account data for fetching mails |