reinitializing codebase and resuming development

This commit is contained in:
Shibi Chakkaravarthy
2026-09-27 00:48:18 +05:30
parent 5e894627f5
commit be7211ac28
23 changed files with 744 additions and 45 deletions
+4
View File
@@ -16,6 +16,10 @@ const geofenceSchema = new Schema({
type: String,
required: false,
},
visit: {
type: Types.ObjectId,
ref: "visit",
},
});
const schema = new Schema({