Denormalised slot fill total to database
This commit is contained in:
@@ -50,6 +50,10 @@ const ComputedOnlySlotSchema = new SimpleSchema({
|
||||
'slotConditionErrors.$':{
|
||||
type: ErrorSchema,
|
||||
},
|
||||
totalFilled: {
|
||||
type: SimpleSchema.Integer,
|
||||
defaultValue: 0,
|
||||
}
|
||||
});
|
||||
|
||||
const ComputedSlotSchema = new SimpleSchema()
|
||||
|
||||
Reference in New Issue
Block a user