Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Database schema description


  • tauqeerabbas01
    Participant

    @tauqeerabbas01

    hi,

    please can someone explain me database schema for messaging in buddypress, e.g what does colums “send_only” and “is_deleted” are used for ??

    i will be very thankful if any useful link or help ?
    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Participant

    @danbp

    Hi,

    Correct columns name are sender_only and is_deleted.

    The recipients table has an is_deleted column, which is used to mark when a user has deleted a given thread. The thread and its messages are only deleted from the db when every participant in the thread has marked is_deleted. (#3912)

    sender_only is used to get the sender user_id (#3520)

    BuddyPress DB diagram


    tauqeerabbas01
    Participant

    @tauqeerabbas01

    Thank you! so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Database schema description’ is closed to new replies.
Skip to toolbar