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

6 lines
93 B
SQL

select private_key
from projections.web_keys1
where instance_id = $1
and state = $2
limit 1;