From 42ec965a58a3df6588b93dd386646a68f238fc71 Mon Sep 17 00:00:00 2001 From: Kallin Canov <kalin.canov@vereign.com> Date: Mon, 20 Mar 2023 13:02:54 +0000 Subject: [PATCH] remove OTP --- er-diagram.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/er-diagram.md b/er-diagram.md index 9ed9332..3fcce92 100644 --- a/er-diagram.md +++ b/er-diagram.md @@ -17,8 +17,6 @@ User }|--|| Participant : Has - OTP ||--|| Participant : Sends-Email-OTP - Config { uuid id string key @@ -27,13 +25,6 @@ DateTime updated_date } - OTP { - uuid id - string otp - DateTime created_date - DateTime updated_date - } - Participant { uuid id string name @@ -49,7 +40,6 @@ uuid id string email string password - string otp_id Boolean is_verified Role role uuid participant_id -- GitLab