Consulta para retornar ações de tópico feitas por um usuário específico?

I think the post revisions table could be a good start.

SELECT *
from post_revisions
where user_id = 1
order by updated_at desc