Now with source_code field...

This commit is contained in:
Scott Idem
2024-10-10 13:21:10 -04:00
parent f42c1e11eb
commit c1ff6737f4

View File

@@ -89,6 +89,8 @@ class Person_Base(BaseModel):
email_allowed: Optional[bool]
paper_mail_allowed: Optional[bool]
source_code: Optional[str]
external_id: Optional[str] # Generated internally or externally. Needs to be stable. It should not change.
external_sys_id: Optional[str] # Generated by external system (should be stable and not change)