Skip to main content

Activity Log Queries

To review the conversion logs, you can use the following queries:

SELECT
*
FROM
`farfalla`.`activity_log`
WHERE
`subject_type` = 'issue'
AND `subject_id` = 253000
-- AND `subject_id` IN (1125899964000591, 1125899964000592)
AND created_at >= '2025-03-14'
ORDER BY
`created_at` DESC,
id DESC
LIMIT 800 OFFSET 0;

Overview


X

Graph View