feat: updateSongChallenge #1024
@ -1334,7 +1334,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
|
|||||||
DialogueHistory: dialogueHistorySchema,
|
DialogueHistory: dialogueHistorySchema,
|
||||||
CalendarProgress: calenderProgressSchema,
|
CalendarProgress: calenderProgressSchema,
|
||||||
|
|
||||||
SongChallenges: { type: [songChallengeSchema], default: undefined },
|
SongChallenges: { type: [songChallengeSchema], default: undefined }
|
||||||
},
|
},
|
||||||
{ timestamps: { createdAt: "Created", updatedAt: false } }
|
{ timestamps: { createdAt: "Created", updatedAt: false } }
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user