General clean up. Workon event abstracts.

This commit is contained in:
Scott Idem
2023-03-20 19:39:41 -04:00
parent 02fa7225ac
commit df26128ce4
10 changed files with 589 additions and 20 deletions

View File

@@ -120,6 +120,7 @@ class Person_Base(BaseModel):
# Maybe add timezone in the future?
# Including JSON data
data_json: Optional[Json]
other_json: Optional[Json]
meta_json: Optional[Json]