remove fild_id notion

This commit is contained in:
m
2026-07-13 16:41:20 +02:00
parent 70ceec1603
commit 545a17e9df
4 changed files with 11 additions and 17 deletions
-1
View File
@@ -19,7 +19,6 @@ type File struct {
OcrText string `json:"ocr_text"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
IsFolder bool `json:"is_folder"`
ParentFileID sql.NullString `json:"parent_file_id"`
}