Cleaned up and easier debugging for SQL statements. A lot less redundant information.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user