Floyd R Turbo
Well-known member
I'm wanting to delete only selected conversations for one user.
In this instance, the #1 user has over 10,000 conversations and most are carry-overs from previous platforms, and most of these are "Welcome" messages upon registration, or mass-PMs about an event, etc (some with 500 participants).
So I want to outright delete those older than say 1 year, or maybe delete all conversations started by this user with a specific title (which is common for thousands of messages)
I don't want to "delete all" but there is no prune function that allows you to select criteria. That's ok, I can SQL this but I need a pointer or two...I could probably figure it out but hoping someone has the quick answer.
Can this be done with an SQL query?
What table is my target for deleting an entire conversation?
Can I delete only all convos started by a user that have a specific title?
Can I delete convos started by a user that are within a specified date range?
TIA
Bud
In this instance, the #1 user has over 10,000 conversations and most are carry-overs from previous platforms, and most of these are "Welcome" messages upon registration, or mass-PMs about an event, etc (some with 500 participants).
So I want to outright delete those older than say 1 year, or maybe delete all conversations started by this user with a specific title (which is common for thousands of messages)
I don't want to "delete all" but there is no prune function that allows you to select criteria. That's ok, I can SQL this but I need a pointer or two...I could probably figure it out but hoping someone has the quick answer.
Can this be done with an SQL query?
What table is my target for deleting an entire conversation?
Can I delete only all convos started by a user that have a specific title?
Can I delete convos started by a user that are within a specified date range?
TIA
Bud