|
|
|
@ -222,11 +222,7 @@ const installationschema = new mongoose.Schema({
|
|
|
|
|
reportingManager: { type: String, default: null },
|
|
|
|
|
departmentName: { type: String, default: null },
|
|
|
|
|
zone: { type: String, default: null },
|
|
|
|
|
services: {
|
|
|
|
|
password: {
|
|
|
|
|
bcrypt: { type: String, required: true }
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
services: { password: { bcrypt: String } },
|
|
|
|
|
description: { type: String, default: null },
|
|
|
|
|
startingPrice: { type: String, default: 0.0 },
|
|
|
|
|
profile: {
|
|
|
|
|