Adding cfg_json and data_json fields to more models
This commit is contained in:
@@ -57,6 +57,9 @@ class Event_Location_Base(BaseModel):
|
||||
|
||||
passcode: Optional[str]
|
||||
|
||||
cfg_json: Optional[Union[Json, None]] # Store per location config options
|
||||
data_json: Optional[Union[Json, None]] # For key value data. Careful with overwriting existing fields!
|
||||
|
||||
file_count: Optional[int]
|
||||
internal_use_count: Optional[int] # Should be renamed to "internal_use_file_count"???
|
||||
|
||||
|
||||
Reference in New Issue
Block a user