Naidu 1 year ago
commit 9e9c1d4bf8

@ -33,7 +33,7 @@ const RoleSchema = new Schema({ name: String });
const tanksSchema = new mongoose.Schema({
hardwareId: { type: String },
InstallerId0: { type: String, default: null },
InstallerId: { type: String, default: null },
tankhardwareId: { type: String },
hardwareId_type: { type: String },
hardwareId_company: { type: String },

Loading…
Cancel
Save