mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:47:35 +00:00
5 lines
151 B
SQL
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;
|