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

@@ -94,6 +94,8 @@ class Event_Session_Base(BaseModel):
internal_notes_it: Optional[str] # IT and networking
internal_notes_staff: Optional[str] # staffing and labor
passcode: Optional[str]
file_count: Optional[int]
internal_use_count: Optional[int] # Should be renamed to "internal_use_file_count"???