Added new POC fields
This commit is contained in:
@@ -47,6 +47,9 @@ class Event_Session_Base(BaseModel):
|
|||||||
poc_event_person_id_random: Optional[str]
|
poc_event_person_id_random: Optional[str]
|
||||||
poc_event_person_id: Optional[int]
|
poc_event_person_id: Optional[int]
|
||||||
|
|
||||||
|
poc_person_id: Optional[int]
|
||||||
|
poc_li_json: Optional[Union[Json, None]]
|
||||||
|
|
||||||
# poc_person_id_random: Optional[str] # Not used or needed?
|
# poc_person_id_random: Optional[str] # Not used or needed?
|
||||||
# poc_person_id: Optional[int] # Not used or needed?
|
# poc_person_id: Optional[int] # Not used or needed?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user