Now with source_code field...
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user