Skip to content
Snippets Groups Projects
Commit 382b6a08 authored by Nilesh Bamne's avatar Nilesh Bamne
Browse files

Merged Contact into User.

parent fc0f1f69
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
User }|--|| Participant : Has
OTP ||--|| Participant : Sends-Email-OTP
Contact ||--|| Participant : Checks-Verified-Email
Proof ||--|| ProofAttributes: Has
ProofAttributes ||--|| Attributes: Has
......@@ -38,15 +37,6 @@
DateTime updated_date
}
Contact {
uuid id
string contact
string otp_id
Boolean is_verified
DateTime created_date
DateTime updated_date
}
Participant {
uuid id
string email
......@@ -64,6 +54,8 @@
uuid id
string username
string password
string otp_id
Boolean is_verified
Role role
DateTime created_date
DateTime updated_date
......@@ -117,6 +109,7 @@
CredentialDef {
uuid id
string cred_def_id
string schemaID
string name
DateTime created_date
......@@ -126,8 +119,10 @@
Connection {
uuid id
string connection_id
string their_did
string status
string participant_did
string their_did
string their_label
DateTime created_date
DateTime updated_date
}
......
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