remove unique constraint

This commit is contained in:
Alex Holliday
2026-02-18 17:43:32 +00:00
parent dab465b8c5
commit 1fcf06a415
-2
View File
@@ -16,9 +16,7 @@ const MonitorStatsSchema = new Schema<MonitorStatsDocument>(
monitorId: {
type: Schema.Types.ObjectId,
ref: "Monitor",
immutable: true,
index: true,
unique: true,
required: true,
},
avgResponseTime: {