This repository was archived by the owner on Feb 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
backend/business-partner-agent/src/main/resources/databasemigrations Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Business Partner Agent [ ![ join the chat] [ discord-image ]] [ discord-url ]
22
3- [ discord-url ] : https://discord.com/channels/905194001349627914/948240184124788736
3+ [ discord-url ] : https://discord.gg/hyperledger
44[ discord-image ] : https://img.shields.io/badge/DISCORD-JOIN%20CHAT-green
55
66[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE )
@@ -37,6 +37,7 @@ The Business Partner Agent is built on top of the Hyperledger Self-Sovereign Ide
3737| | manual: send credential offer to holder | indy: v1, v2 <br />w3c: v2 |
3838| | manual: receive credential proposal from holder | indy: v1, v2 <br />w3c: v2 |
3939| | manual: decline credential proposal from holder and provide reason | indy: v1, v2 <br />w3c: v2 |
40+ | | send credential offer as invitation attachment | indy: v2 |
4041| | revoke issued credential (requires tails server) | indy: v1, v2 <br />w3c: n/a |
4142| | send revocation notification | indy: v1, v2 <br />w3c: n/a |
4243| Holder | | |
Original file line number Diff line number Diff line change 1+ DELETE FROM partner_proof WHERE proof_template_id IN (SELECT id FROM bpa_proof_template);
2+ DELETE FROM bpa_proof_template;
You can’t perform that action at this time.
0 commit comments