Skip to content

Commit

Permalink
fix: Add key_id missing field (#1403)
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 authored Oct 22, 2024
1 parent 9b64793 commit cbd1a03
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@ class JdbcCredentialRepository(xa: Transactor[ContextAwareTask], xb: Transactor[
| credential_format,
| schema_uris,
| credential_definition_uri,
| subject_id
| subject_id,
| key_id
| FROM public.issue_credential_records
| WHERE 1=1
| AND issue_credential_data IS NOT NULL
Expand Down

0 comments on commit cbd1a03

Please sign in to comment.