aboutsummaryrefslogtreecommitdiff
path: root/crates/secd/store/sqlite/sql/read_identity_raw_id.sql
blob: 2bdb718e771dc3f472361d46cb1e551df210f676 (plain)
1
2
select identity_id from identity where identity_public_id = ?1;
--