Added queue debugging.
This commit is contained in:
parent
db3ec58ad9
commit
f95a0ae48c
6 changed files with 68 additions and 4 deletions
|
|
@ -100,6 +100,12 @@ const permissionSchema = new mongoose.Schema({
|
|||
type: channelPermissionSchema,
|
||||
default: () => ({})
|
||||
},
|
||||
debug: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
enum: rankEnum,
|
||||
default: "admin",
|
||||
required: true
|
||||
},
|
||||
});
|
||||
|
||||
//Statics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue