aboutsummaryrefslogtreecommitdiff
path: root/crates/secd/store/pg/sql/read_identity_raw_id.sql
blob: d550cc07409bb4d112b37ef7d4b4e462f0431a34 (plain)
1
2
select identity_id from auth.identity where identity_public_id = $1;
--