Skip to content

Commit

Permalink
add column name
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Feb 12, 2025
1 parent a782fbc commit f78fdd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public CredentialDefinitionMapping(CredentialDefinitionStoreStatements statement
add(FIELD_JSON_SCHEMA_URL, statements.getJsonSchemaUrlColumn());
add(FIELD_VALIDITY, statements.getValidityColumn());
add(FIELD_DATAMODEL, statements.getDataModelColumn());
add(FIELD_ATTESTATIONS, new JsonArrayTranslator());
add(FIELD_ATTESTATIONS, new JsonArrayTranslator(statements.getAttestationsColumn()));
add(FIELD_RULES, new JsonFieldTranslator(RULES_ALIAS));
add(FIELD_MAPPINGS, new JsonFieldTranslator(MAPPING_ALIAS));
}
Expand Down

0 comments on commit f78fdd3

Please sign in to comment.