made chamge in tank.js

master
varun 1 year ago
parent f21aa8bd73
commit d3fd79ed26

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

Loading…
Cancel
Save