feat: add description field to File model and update related components for file details and actions
This commit is contained in:
@@ -82,7 +82,7 @@ model File {
|
||||
size Int // Size in bytes
|
||||
extension String
|
||||
uploadDate DateTime @default(now())
|
||||
|
||||
description String @default("")
|
||||
uploadedBy User? @relation(fields: [uploadedById], references: [id], onDelete: SetNull)
|
||||
uploadedById String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user