هل يمكننا حذف جميع الرسائل 'تم تصعيدها تلقائيًا' دفعة واحدة؟

The best way would be to do it from the Discourse interface with Data Explorer:

Use the following query:

SELECT * from posts
WHERE action_code = 'autobumped'

3 إعجابات