Cleaned up and easier debugging for SQL statements. A lot less redundant information.

This commit is contained in:
Scott Idem
2021-09-07 14:01:40 -04:00
parent 64b77ec238
commit af0da563f1
5 changed files with 241 additions and 56 deletions

View File

@@ -32,7 +32,7 @@ class Hosted_File_Base(BaseModel):
version: Optional[int]
directory_path: Optional[str]
subdirectory_path: Optional[str]
subdirectory_path: Optional[str] # NOTE: This will frequently only contain numbers, but it still needs to be a string
filename: Optional[str]
extension: Optional[str]
content_type: Optional[str]