Dynamic overflow categories

This commit is contained in:
indifferentketchup
2026-03-28 20:55:36 -05:00
parent 6b4fd65d4b
commit 1496a96274
10 changed files with 679 additions and 584 deletions

View File

@@ -814,7 +814,8 @@ mongoose.model('Ticket', new mongoose.Schema({
reminderSent: { type: Boolean, default: false },
welcomeMessageId: String,
claimerId: String,
staffChannelId: String
staffChannelId: String,
parentCategoryId: String
}));
mongoose.model('TicketCounter', new mongoose.Schema({