mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:57:31 +00:00
6 lines
93 B
SQL
6 lines
93 B
SQL
select private_key
|
|
from projections.web_keys1
|
|
where instance_id = $1
|
|
and state = $2
|
|
limit 1;
|