feat: generate order number #69

Merged
Rustam merged 5 commits from feature/dry-wash-order-number into master 2025-02-02 15:12:00 +03:00
Showing only changes of commit 0d759847bf - Show all commits

View File

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