Query per restituire le azioni di argomento eseguite da un certo utente?

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

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