This commit is contained in:
Dobie Wollert
2014-02-18 01:30:05 -05:00
parent cfcafd74ac
commit c63d462188
4 changed files with 153 additions and 52 deletions

View File

@ -7,6 +7,7 @@ var workorderSchema = new Schema({
client: { type: ObjectId, ref: 'Client' },
createdOn: Date,
createdBy: { type: ObjectId, ref: 'User' },
modifiedBy: { type: ObjectId, ref: 'User' },
reason: String,
maintenanceType: String,
remarks: String,