feat: add width, height, duration columns to attachments schema
This commit is contained in:
@@ -217,6 +217,9 @@ export interface Attachment {
|
||||
mimetype: string;
|
||||
size: number;
|
||||
thumbnailFilename?: string | null;
|
||||
width?: number | null;
|
||||
height?: number | null;
|
||||
duration?: number | null;
|
||||
createdAt: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user