notification schema change
This commit is contained in:
@@ -8,19 +8,16 @@ const notificationSchema = new mongoose.Schema({
|
||||
type: String,
|
||||
unique: true,
|
||||
},
|
||||
permitId: mongoose.Types.ObjectId,
|
||||
tenantId: String,
|
||||
permitNumber: String,
|
||||
permitLink: String,
|
||||
link: String,
|
||||
status: String,
|
||||
accelaStatus: String,
|
||||
changes: Object,
|
||||
county: {
|
||||
type: mongoose.Types.ObjectId,
|
||||
ref: "organization",
|
||||
},
|
||||
client: {
|
||||
type: mongoose.Types.ObjectId,
|
||||
ref: "organization",
|
||||
},
|
||||
county: Object,
|
||||
client: mongoose.Types.ObjectId,
|
||||
clientData: Object,
|
||||
createdAt: Date,
|
||||
updatedAt: Date,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user