mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
6 lines
92 B
MySQL
6 lines
92 B
MySQL
|
select private_key
|
||
|
from projections.web_keys
|
||
|
where instance_id = $1
|
||
|
and state = $2
|
||
|
limit 1;
|