mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
latest digs
This commit is contained in:
@ -8,6 +8,7 @@ var workorderSchema = new Schema({
|
||||
createdOn: Date,
|
||||
createdBy: { type: ObjectId, ref: 'User' },
|
||||
reason: String,
|
||||
maintenanceType: String,
|
||||
remarks: String,
|
||||
status: String,
|
||||
scheduling: {
|
||||
@ -24,4 +25,4 @@ var workorderSchema = new Schema({
|
||||
deleted: { type: Boolean, default: false }
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Workorder', workorderSchema);
|
||||
module.exports = mongoose.model('Workorder', workorderSchema);
|
||||
|
Reference in New Issue
Block a user