dono
Member
dono submitted a new resource:
Approve all moderated profile posts (queries) - Here are the queries to soft delete all moderated profile posts
Read more about this resource...
Approve all moderated profile posts (queries) - Here are the queries to soft delete all moderated profile posts
Backup first.
Here are the queries to soft delete all moderated profile posts:
Code:DELETE FROM xf_moderation_queue WHERE content_type = 'profile_post'; UPDATE xf_profile_post SET message_state = 'visible' WHERE message_state = 'moderated';
Read more about this resource...