ドライブのファイルにユーザー情報を非正規化
This commit is contained in:
parent
d000b9e7cd
commit
f62603fd9d
2 changed files with 5 additions and 1 deletions
|
@ -25,6 +25,7 @@ export const getDriveFileBucket = async (): Promise<mongo.GridFSBucket> => {
|
|||
export type IMetadata = {
|
||||
properties: any;
|
||||
userId: mongo.ObjectID;
|
||||
_user: any;
|
||||
folderId: mongo.ObjectID;
|
||||
comment: string;
|
||||
uri: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue