update notification schema
This commit is contained in:
@@ -8,7 +8,7 @@ const notificationSchema = new mongoose.Schema({
|
|||||||
type: String,
|
type: String,
|
||||||
unique: true,
|
unique: true,
|
||||||
},
|
},
|
||||||
permitId: mongoose.Types.ObjectId,
|
permitId: String,
|
||||||
tenantId: String,
|
tenantId: String,
|
||||||
permitNumber: String,
|
permitNumber: String,
|
||||||
link: String,
|
link: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user