This commit is contained in:
Stefan Zermatten
2018-11-13 09:26:36 +02:00
parent f39baf43a1
commit 6599fe1ef8

View File

@@ -3,10 +3,12 @@ var childSchema = new SimpleSchema({
"parent.collection": {type: String},
"parent.id": {type: String, regEx: SimpleSchema.RegEx.Id, index: 1},
"parent.group": {type: String, optional: true},
"removed": {type: Boolean, optional: true, index: 1},
"removedWith": {
optional: true,
type: String,
regEx: SimpleSchema.RegEx.Id,
index: 1,
},
});