update config schema
This commit is contained in:
@@ -9,6 +9,7 @@ export const configModel = mongoose.model(
|
|||||||
type: String,
|
type: String,
|
||||||
unique: true,
|
unique: true,
|
||||||
},
|
},
|
||||||
|
emailIds: Array,
|
||||||
statusMap: Object,
|
statusMap: Object,
|
||||||
updatedAt: Date,
|
updatedAt: Date,
|
||||||
updatedBy: {
|
updatedBy: {
|
||||||
|
|||||||
Reference in New Issue
Block a user