Merge branch 'develop' into api-v3
This commit is contained in:
@@ -400,6 +400,8 @@ export let schema = new Schema({
|
||||
shirt: {type: String, default: 'blue'},
|
||||
timezoneOffset: Number,
|
||||
sound: {type: String, default: 'off', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme']},
|
||||
chair: {type: String, default: 'none'},
|
||||
timezoneOffsetAtLastCron: Number,
|
||||
language: String,
|
||||
automaticAllocation: Boolean,
|
||||
allocationMode: {type: String, enum: ['flat', 'classbased', 'taskbased'], default: 'flat'},
|
||||
|
||||
Reference in New Issue
Block a user