mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
5 lines
151 B
MySQL
5 lines
151 B
MySQL
|
select id, creation_date, change_date, resource_owner, sequence, blob
|
||
|
from projections.debug_events
|
||
|
where instance_id = $1
|
||
|
order by creation_date asc;
|