Updating the models to include a standard passcode field.
This commit is contained in:
@@ -67,6 +67,8 @@ class Event_Person_Base(BaseModel):
|
||||
agree_to_tc: Optional[bool] # Agree to terms and conditions
|
||||
allow_tracking: Optional[bool] # Allow tracking for lead retrieval and other marketing
|
||||
|
||||
passcode: Optional[str] # Passcode for accessing the event
|
||||
|
||||
file_count: Optional[int]
|
||||
|
||||
priority: Optional[bool]
|
||||
|
||||
Reference in New Issue
Block a user