master
varun 1 year ago
parent 3eecb3d02f
commit 9f6a7fd4ae

@ -72,7 +72,7 @@ const tanksSchema = new mongoose.Schema({
motor_stop_status: { type: String, default: "1" },
motor_on_type :{ type: String, default: "manual" },
capacity:{ type: String ,default: null},
water_level:{ type: String ,default: null},
water_level:{ type: String ,default: null},
}
],

Loading…
Cancel
Save