From 3a4de13528fc85dcbe6bc9055d97ba5cc87f5712 Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 8 Dec 2022 11:16:32 -0800 Subject: update schema to `secd` add dummy `dev` command to cli --- crates/secd/store/pg/sql/read_identity_raw_id.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/secd/store/pg/sql/read_identity_raw_id.sql') diff --git a/crates/secd/store/pg/sql/read_identity_raw_id.sql b/crates/secd/store/pg/sql/read_identity_raw_id.sql index d550cc0..5b5d95c 100644 --- a/crates/secd/store/pg/sql/read_identity_raw_id.sql +++ b/crates/secd/store/pg/sql/read_identity_raw_id.sql @@ -1,2 +1,2 @@ -select identity_id from auth.identity where identity_public_id = $1; +select identity_id from secd.identity where identity_public_id = $1; -- -- cgit v1.2.3