X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase.md;h=b58fba9d98340f8845b3deaa2802a6f679b532cf;hb=f8d2f81d817bbeb01026bb589f15336043e5597a;hp=1893f77d0cb3362a763d96b0a3673c83b77a55e1;hpb=cf86162a08a71435865803b40dd283fc0b83427d;p=friendica.git diff --git a/doc/database.md b/doc/database.md index 1893f77d0c..b58fba9d98 100644 --- a/doc/database.md +++ b/doc/database.md @@ -5,7 +5,7 @@ Database Tables | Table | Description | |------------------------------------------------------|--------------------------------------------------| -| [addon](help/database/db_addon) | registered plugins | +| [addon](help/database/db_addon) | registered addons | | [attach](help/database/db_attach) | file attachments | | [auth_codes](help/database/db_auth_codes) | OAuth usage | | [cache](help/database/db_cache) | OEmbed cache | @@ -14,12 +14,9 @@ Database Tables | [config](help/database/db_config) | main configuration storage | | [contact](help/database/db_contact) | contact table | | [conv](help/database/db_conv) | private messages | -| [deliverq](help/database/db_deliverq) | | -| [dsprphotoq](help/database/db_dsprphotoq) | | +| [conversation](help/database/db_conversation) | Raw data and structure information for messages | | [event](help/database/db_event) | Events | | [fcontact](help/database/db_fcontact) | friend suggestion stuff | -| [ffinder](help/database/db_ffinder) | friend suggestion stuff | -| [fserver](help/database/db_fserver) | | | [fsuggest](help/database/db_fsuggest) | friend suggestion stuff | | [gcign](help/database/db_gcign) | contacts ignored by friend suggestions | | [gcontact](help/database/db_gcontact) | global contacts | @@ -27,17 +24,18 @@ Database Tables | [group](help/database/db_group) | privacy groups, group info | | [group_member](help/database/db_group_member) | privacy groups, member info | | [gserver](help/database/db_gserver) | | -| [guid](help/database/db_guid) | | -| [hook](help/database/db_hook) | plugin hook registry | +| [hook](help/database/db_hook) | addon hook registry | | [intro](help/database/db_intro) | | | [item](help/database/db_item) | all posts | -| [item_id](help/database/db_item_id) | other identifiers on other services for posts | | [locks](help/database/db_locks) | | | [mail](help/database/db_mail) | private messages | | [mailacct](help/database/db_mailacct) | | | [manage](help/database/db_manage) | table of accounts that can "su" each other | | [notify](help/database/db_notify) | notifications | | [notify-threads](help/database/db_notify-threads) | | +| [oembed](help/database/db_oembed) | cache for OEmbed queries | +| [parsed_url](help/database/db_parsed_url) | cache for "parse_url" queries | +| [participation](help/database/db_participation) | Storage for participation messages from Diaspora | | [pconfig](help/database/db_pconfig) | personal (per user) configuration storage | | [photo](help/database/db_photo) | photo storage | | [poll](help/database/db_poll) | data for polls | @@ -50,11 +48,9 @@ Database Tables | [search](help/database/db_search) | | | [session](help/database/db_session) | web session storage | | [sign](help/database/db_sign) | Diaspora signatures | -| [spam](help/database/db_spam) | unfinished | | [term](help/database/db_term) | item taxonomy (categories, tags, etc.) table | | [thread](help/database/db_thread) | | | [tokens](help/database/db_tokens) | OAuth usage | -| [unique_contacts](help/database/db_unique_contacts) | | | [user](help/database/db_user) | local user table | | [userd](help/database/db_userd) | | | [workerqueue](help/database/db_workerqueue) | |