geofence model changes to include assignment property
This commit is contained in:
@@ -7,6 +7,11 @@ const geofenceSchema = new Schema({
|
||||
required: false,
|
||||
ref: "venue",
|
||||
},
|
||||
assignment: {
|
||||
type: Types.ObjectId,
|
||||
required: false,
|
||||
ref: "assignment",
|
||||
},
|
||||
action: {
|
||||
type: String,
|
||||
required: false,
|
||||
|
||||
Reference in New Issue
Block a user