|
|
@ -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 },
|
|
|
|