mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:07:32 +00:00
5 lines
158 B
SQL
5 lines
158 B
SQL
select key_id, creation_date, change_date, sequence, state, config, config_type
|
|
from projections.web_keys1
|
|
where instance_id = $1
|
|
order by creation_date asc;
|