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 e49d0e6 commit 413700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 413700e

Please sign in to comment.