latest changes

This commit is contained in:
Dobie Wollert
2015-07-26 03:46:43 -04:00
parent 24f4acc1d3
commit 3964ec1321
7 changed files with 90 additions and 22 deletions

View File

@ -29,7 +29,8 @@ var workorderSchema = new Schema({
invoicedOn: Date,
checkNumber: String,
paidOn: Date,
alternativeContact: String
alternativeContact: String,
trackingNumber: String
});
module.exports = mongoose.model('Workorder', workorderSchema);