Work on a lot of things. Mainly cleaning up person and profile related fields in multiple tables.

This commit is contained in:
Scott Idem
2021-09-10 18:12:24 -04:00
parent 72820f08ae
commit 15fd32b252
20 changed files with 558 additions and 219 deletions

View File

@@ -72,7 +72,7 @@ class Contact_Base(BaseModel):
other_text: Optional[str]
other_json: Optional[Json]
priority: Optional[int]
priority: Optional[bool]
sort: Optional[int]
group: Optional[str]