X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase.md;h=447607f8da4372df1769970892338b275ae152a2;hb=c30089eb6f4f9547895d40caee144f81ff3a4e95;hp=27ff886abe6e70665dc10ac48d9b83c94639e709;hpb=0135b7e357064f5fc6e0983991e297b729b6f87a;p=friendica.git diff --git a/doc/database.md b/doc/database.md index 27ff886abe..447607f8da 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 | @@ -17,19 +17,13 @@ Database Tables | [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 | -| [glink](help/database/db_glink) | "friends of friends" linkages derived from poco | | [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) | | -| [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) | | @@ -50,7 +44,6 @@ 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 |