fix: order number props

This commit is contained in:
RustamRu 2025-02-02 14:55:55 +03:00
parent c00f46edff
commit 27634bd28e

View File

@ -29,6 +29,8 @@ const schema = new Schema({
required: true
},
orderNumber: {
type: String,
unique: true
},
status: {
type: String,