SELECT *
FROM project_lifecycle
WHERE changed_column = 'status'
AND new_value = '+READY_FOR_REVIEW'
AND timestamp > now() - INTERVAL 2 MONTH;