update notification schema
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user