Files
zitadel/apps/api/internal/query/debug_events_states.sql
2025-08-05 15:20:32 -07:00

5 lines
151 B
SQL

select id, creation_date, change_date, resource_owner, sequence, blob
from projections.debug_events
where instance_id = $1
order by creation_date asc;