update notification schema

This commit is contained in:
2025-04-03 12:38:24 +05:30
parent 94c7127a55
commit 329f655081

View File

@@ -8,7 +8,7 @@ const notificationSchema = new mongoose.Schema({
type: String,
unique: true,
},
permitId: mongoose.Types.ObjectId,
permitId: String,
tenantId: String,
permitNumber: String,
link: String,