X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase.md;h=628e84e2117626435bf4bf974914b31dc69eca78;hb=a99ad74a3b08893c6a945d4d8e277877355c0919;hp=5e5413916d32344f3be196bc3b42407370134006;hpb=bb5e6d248b384192ab070108afbfb58acbee3fc3;p=friendica.git diff --git a/doc/database.md b/doc/database.md index 5e5413916d..628e84e211 100644 --- a/doc/database.md +++ b/doc/database.md @@ -13,10 +13,7 @@ Database Tables | [application](help/database/db_application) | OAuth application | | [application-token](help/database/db_application-token) | OAuth user token | | [attach](help/database/db_attach) | file attachments | -| [auth_codes](help/database/db_auth_codes) | OAuth usage | | [cache](help/database/db_cache) | Stores temporary data | -| [challenge](help/database/db_challenge) | | -| [clients](help/database/db_clients) | OAuth usage | | [config](help/database/db_config) | main configuration storage | | [contact](help/database/db_contact) | contact table | | [contact-relation](help/database/db_contact-relation) | Contact relations | @@ -32,7 +29,6 @@ Database Tables | [gserver](help/database/db_gserver) | Global servers | | [gserver-tag](help/database/db_gserver-tag) | Tags that the server has subscribed | | [hook](help/database/db_hook) | addon hook registry | -| [host](help/database/db_host) | Hostname | | [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 | @@ -45,7 +41,7 @@ Database Tables | [notify-threads](help/database/db_notify-threads) | | | [oembed](help/database/db_oembed) | cache for OEmbed queries | | [openwebauth-token](help/database/db_openwebauth-token) | Store OpenWebAuth token to verify contacts | -| [parsed_url](help/database/db_parsed_url) | cache for 'parse_url' queries | +| [parsed_url](help/database/db_parsed_url) | cache for 'parse_url' queries | | [pconfig](help/database/db_pconfig) | personal (per user) configuration storage | | [permissionset](help/database/db_permissionset) | | | [photo](help/database/db_photo) | photo storage | @@ -53,6 +49,7 @@ Database Tables | [post-category](help/database/db_post-category) | post relation to categories | | [post-content](help/database/db_post-content) | Content for all posts | | [post-delivery-data](help/database/db_post-delivery-data) | Delivery data for items | +| [post-link](help/database/db_post-link) | Post related external links | | [post-media](help/database/db_post-media) | Attached media | | [post-tag](help/database/db_post-tag) | post relation to tags | | [post-thread](help/database/db_post-thread) | Thread related data | @@ -61,15 +58,14 @@ Database Tables | [post-user-notification](help/database/db_post-user-notification) | User post notifications | | [process](help/database/db_process) | Currently running system processes | | [profile](help/database/db_profile) | user profiles data | -| [profile_check](help/database/db_profile_check) | DFRN remote auth use | | [profile_field](help/database/db_profile_field) | Custom profile fields | | [push_subscriber](help/database/db_push_subscriber) | Used for OStatus: Contains feed subscribers | | [register](help/database/db_register) | registrations requiring admin approval | | [search](help/database/db_search) | | | [session](help/database/db_session) | web session storage | | [storage](help/database/db_storage) | Data stored by Database storage backend | +| [subscription](help/database/db_subscription) | Push Subscription for the API | | [tag](help/database/db_tag) | tags and mentions | -| [tokens](help/database/db_tokens) | OAuth usage | | [user](help/database/db_user) | The local users | | [user-contact](help/database/db_user-contact) | User specific public contact data | | [userd](help/database/db_userd) | Deleted usernames |