Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #728 from boschresearch/fix/clean-proof-templates
Browse files Browse the repository at this point in the history
clean proof templates
  • Loading branch information
etschelp committed Mar 14, 2022
2 parents 4687ed7 + a0a1b60 commit 462ade4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Business Partner Agent [![join the chat][discord-image]][discord-url]

[discord-url]: https://discord.com/channels/905194001349627914/948240184124788736
[discord-url]: https://discord.gg/hyperledger
[discord-image]: https://img.shields.io/badge/DISCORD-JOIN%20CHAT-green

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
Expand Down Expand Up @@ -37,6 +37,7 @@ The Business Partner Agent is built on top of the Hyperledger Self-Sovereign Ide
| | manual: send credential offer to holder | indy: v1, v2 <br/>w3c: v2 |
| | manual: receive credential proposal from holder | indy: v1, v2 <br/>w3c: v2 |
| | manual: decline credential proposal from holder and provide reason | indy: v1, v2 <br/>w3c: v2 |
| | send credential offer as invitation attachment | indy: v2 |
| | revoke issued credential (requires tails server) | indy: v1, v2 <br/>w3c: n/a |
| | send revocation notification | indy: v1, v2 <br/>w3c: n/a |
| Holder | | |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DELETE FROM partner_proof WHERE proof_template_id IN (SELECT id FROM bpa_proof_template);
DELETE FROM bpa_proof_template;

0 comments on commit 462ade4

Please sign in to comment.