Updating the models to include a standard passcode field.
This commit is contained in:
@@ -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"???
|
||||
|
||||
|
||||
Reference in New Issue
Block a user