X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdatabase.md;h=e135b19ae73064f2126adbf6e0ad9459f5254647;hb=aa0b485f3dca72c5448076e913fa54d948cd7731;hp=e778a0a7219872726e833e6fe09fae08ce4871ba;hpb=44a2ec439eac3b5b271ddeb02dbd5e905fca3486;p=friendica.git diff --git a/doc/database.md b/doc/database.md index e778a0a721..e135b19ae7 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 | @@ -18,13 +18,10 @@ Database Tables | [event](help/database/db_event) | Events | | [fcontact](help/database/db_fcontact) | friend suggestion stuff | | [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 | | [locks](help/database/db_locks) | |