feat(onboarding): add Member onboarding subdocument, Event tags, and WikiArticle model

This commit is contained in:
Jennie Robinson Faber 2026-04-09 22:28:51 +01:00
parent 3797ff7925
commit 9fe8d99808
3 changed files with 28 additions and 0 deletions

View file

@ -182,6 +182,7 @@ const eventSchema = new mongoose.Schema({
refundAmount: Number,
},
],
tags: [{ type: String }],
createdBy: { type: String, required: true },
createdAt: { type: Date, default: Date.now },
updatedAt: { type: Date, default: Date.now },