mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
stuff
This commit is contained in:
@ -20,7 +20,11 @@ var clientSchema = new Schema({
|
||||
frequencies: {},
|
||||
pms: {},
|
||||
workorders: [{ type: ObjectId, ref: 'Workorder' }],
|
||||
deleted: { type: Boolean, default: false }
|
||||
deleted: { type: Boolean, default: false },
|
||||
notes: {
|
||||
internal: String,
|
||||
tech: String
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Client', clientSchema);
|
||||
|
Reference in New Issue
Block a user