From 09891b5d838a9289623550667e47f57ba946efe0 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 19 Aug 2021 16:28:31 -0400 Subject: [PATCH] Minor changes --- app/models/user_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/user_models.py b/app/models/user_models.py index bd9ddd7..a9d170c 100644 --- a/app/models/user_models.py +++ b/app/models/user_models.py @@ -30,6 +30,7 @@ class User_New_Base(BaseModel): ) account_id_random: str account_id: Optional[int] + account_name: Optional[str] contact_id_random: Optional[str] contact_id: Optional[int]