|
|
|
@ -231,6 +231,7 @@ const installationschema = new mongoose.Schema({
|
|
|
|
|
dateOfLogin: { type: String, default: null },
|
|
|
|
|
timeOfLogin: { type: String, default: null },
|
|
|
|
|
currentTime: { type: Date, default: Date.now },
|
|
|
|
|
comments: { type: String, default: "" },
|
|
|
|
|
lastTicketRaisedAt: {type : String},
|
|
|
|
|
issues: [{ type: Object }], // existing issues array
|
|
|
|
|
masterDisconnected: [{ // new field for master disconnected details
|
|
|
|
|