add new field 'utility' to permits and processed collections
This commit is contained in:
@@ -28,6 +28,7 @@ const processedSchema = new mongoose.Schema({
|
||||
),
|
||||
status: String,
|
||||
manualStatus: String,
|
||||
utility: String,
|
||||
assignedTo: {
|
||||
type: mongoose.Types.ObjectId,
|
||||
ref: "user",
|
||||
|
||||
Reference in New Issue
Block a user