ashok 4 months ago
commit 2ecbae286a

@ -271,6 +271,7 @@ const installationschema = new mongoose.Schema({
enum: ["Power Outage", "Resolved", "Escalation"], enum: ["Power Outage", "Resolved", "Escalation"],
required: true required: true
}, },
ticketId: String,
movedAt: { movedAt: {
type: String, type: String,
required: true required: true

Loading…
Cancel
Save