Skip to content

Commit

Permalink
[MOSIP-29315]
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <[email protected]>
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
ckm007 authored and GOKULRAJ136 committed Jan 23, 2024
1 parent 1f8dee0 commit 0fa7a1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db_scripts/mosip_pms/ddl/pms-oidc_client.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CREATE TABLE pms.oidc_client(
CONSTRAINT uq_oidc_client_public_key UNIQUE (public_key)
);
-- ddl-end --
COMMENT ON TABLE pms.oidc_client.id IS 'Client ID: Unique id assigned to registered OIDC client.';
COMMENT ON TABLE pms.oidc_client IS 'Client ID: Unique id assigned to registered OIDC client.';
-- ddl-end --
COMMENT ON COLUMN pms.oidc_client.name IS 'Client Name: Registered name of OIDC client.';
-- ddl-end --
Expand All @@ -62,4 +62,3 @@ COMMENT ON COLUMN pms.oidc_client.claims IS 'Requested Claims: claims json as pe
-- ddl-end --
COMMENT ON COLUMN pms.oidc_client.acr_values IS 'Allowed Authentication context References(acr) json';
-- ddl-end --

0 comments on commit 0fa7a1c

Please sign in to comment.