This commit is contained in:
Dobie Wollert
2015-12-28 03:35:59 -08:00
parent a83a046933
commit f097af33f5
4 changed files with 35 additions and 3 deletions

View File

@ -7,7 +7,7 @@ var testRunSchema = new Schema({
fields: [{}],
date: Date,
result: Boolean,
comment: String,
comments: String,
deleted: { type: Boolean, default: false }
});