add manualStatus field
This commit is contained in:
@@ -27,6 +27,7 @@ const processedSchema = new mongoose.Schema({
|
||||
{ _id: false }
|
||||
),
|
||||
status: String,
|
||||
manualStatus: String,
|
||||
assignedTo: {
|
||||
type: mongoose.Types.ObjectId,
|
||||
ref: "user",
|
||||
|
||||
Reference in New Issue
Block a user