Dynamic overflow categories
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user