Merge branch 'worktree-agent-a2b84f8b'

This commit is contained in:
Jennie Robinson Faber 2026-04-09 22:38:36 +01:00
commit 22530ac1e3
2 changed files with 37 additions and 6 deletions

View file

@ -142,6 +142,7 @@ const eventSchema = new mongoose.Schema({
maxAttendees: Number,
registrationRequired: { type: Boolean, default: false },
registrationDeadline: Date,
tags: [String], // Tag slugs from Tag collection
agenda: [String],
speakers: [
{