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