Adding cfg_json and data_json fields to more models

This commit is contained in:
Scott Idem
2024-06-11 13:35:00 -04:00
parent 6691f2a701
commit 19082a7a10
7 changed files with 27 additions and 4 deletions

View File

@@ -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"???