feat(onboarding): add Member onboarding subdocument, Event tags, and WikiArticle model
This commit is contained in:
parent
3797ff7925
commit
9fe8d99808
3 changed files with 28 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue