fixes #191
This commit is contained in:
@@ -3,10 +3,12 @@ var childSchema = new SimpleSchema({
|
|||||||
"parent.collection": {type: String},
|
"parent.collection": {type: String},
|
||||||
"parent.id": {type: String, regEx: SimpleSchema.RegEx.Id, index: 1},
|
"parent.id": {type: String, regEx: SimpleSchema.RegEx.Id, index: 1},
|
||||||
"parent.group": {type: String, optional: true},
|
"parent.group": {type: String, optional: true},
|
||||||
|
"removed": {type: Boolean, optional: true, index: 1},
|
||||||
"removedWith": {
|
"removedWith": {
|
||||||
optional: true,
|
optional: true,
|
||||||
type: String,
|
type: String,
|
||||||
regEx: SimpleSchema.RegEx.Id,
|
regEx: SimpleSchema.RegEx.Id,
|
||||||
|
index: 1,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user