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