add new field 'utility' to permits and processed collections

This commit is contained in:
2025-04-29 11:44:49 +05:30
parent caa12d5373
commit bf41bc9c7c
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ const processedSchema = new mongoose.Schema({
),
status: String,
manualStatus: String,
utility: String,
assignedTo: {
type: mongoose.Types.ObjectId,
ref: "user",