Skip to content

Commit a6fb649

Browse files
committed
fix: 支持附件操作
1 parent 983ac9e commit a6fb649

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/server/src/services/attachment.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export class AttachmentService {
121121
multimodalEmbedding: null, // Will be updated asynchronously
122122
multimodalModelHash: null,
123123
properties: properties || '{}',
124+
deletedAt: BigInt(0),
124125
createdAt: attachmentCreatedAt.getTime(),
125126
} as unknown as Record<string, unknown>,
126127
]);

0 commit comments

Comments
 (0)