This commit is contained in:
Sathishkumar Krishnan
2021-12-31 08:59:27 +05:30
parent 395e3dfe39
commit 873aee4fac
20 changed files with 109 additions and 114 deletions

View File

@@ -17,15 +17,12 @@ const schema = new mongoose.Schema(
policies: {
tracking: {
type: Object, // Create a different model and reference it here once more details available
required: true,
},
alerting: {
type: Object, // Create a different model and reference it here once more details available
required: true,
},
replenishment: {
type: Object, // Create a different model and reference it here once more details available
required: true,
},
},
},