Skip to content
Snippets Groups Projects
Commit 1d6e213f authored by Suneet Bendre's avatar Suneet Bendre
Browse files

proof table update

parent 6f4d9b28
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
OTP ||--|| Participant : Sends-Email-OTP OTP ||--|| Participant : Sends-Email-OTP
Proof ||--|| ProofAttributes: Has
ProofAttributes ||--|| Attributes: Has
Config { Config {
uuid id uuid id
string key string key
...@@ -150,19 +147,9 @@ ...@@ -150,19 +147,9 @@
string credential_def_id string credential_def_id
string participant_did string participant_did
string their_did string their_did
string status
DateTime created_date DateTime created_date
uuid created_by
DateTime updated_date DateTime updated_date
uuid updated_by
}
ProofAttributes {
uuid id
string proof_id
string attribute_id
DateTime created_date
uuid created_by
DateTime updated_date
uuid updated_by
} }
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment