Updating the models to include a standard passcode field.

This commit is contained in:
Scott Idem
2024-06-10 19:40:35 -04:00
parent 52be61570a
commit 6691f2a701
7 changed files with 14 additions and 0 deletions

View File

@@ -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]