master^2
Varun 5 months ago
parent b42cceb1df
commit ce14ecbb59

@ -605,7 +605,7 @@ const orderSchema = new mongoose.Schema({
master_connections: [ master_connections: [
{ {
master_name: { type: String, default: null }, master_name: { type: String, default: null },
hardwareId: { type: String, default: null },
slaves: { type: String, default: null }, slaves: { type: String, default: null },
location: { type: String, default: null }, location: { type: String, default: null },
googleLocation: { type: String, default: null }, googleLocation: { type: String, default: null },

Loading…
Cancel
Save