geofence model changes to include assignment property

This commit is contained in:
Shibi Chakkaravarthy
2026-06-16 06:07:29 +05:30
parent 3ae41a8cd5
commit 5e894627f5
3 changed files with 10 additions and 3 deletions
+5
View File
@@ -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,