feat; added nventory policies metadata to items

This commit is contained in:
Sathishkumar Krishnan
2022-01-06 00:17:25 +05:30
parent c459271a63
commit b202e012de

View File

@@ -83,6 +83,17 @@ const schema = new mongoose.Schema(
}, },
}, },
], ],
policiesMetadata: {
underStockLevelCount: {
type: Number,
},
overStockLevelCount: {
type: Number,
},
alertStockLevelCount: {
type: Number,
},
},
}, },
{ {
timestamps: true, timestamps: true,