feat: detail page attachments, preview, and file metadata
Add file displayName/sortOrder APIs, result preview with Excel/video support, unified attachment/link editing, feedback modal, and AuthProvider fix. Run prisma migrate deploy on Render builds. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -138,6 +138,8 @@ model File {
|
||||
milestoneId String?
|
||||
filename String // 저장된 파일명 (UUID)
|
||||
originalName String // 원본 파일명
|
||||
displayName String? // 표시명 (없으면 originalName 사용)
|
||||
sortOrder Int @default(0)
|
||||
mimetype String
|
||||
size Int
|
||||
path String
|
||||
|
||||
Reference in New Issue
Block a user