diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-29 20:04:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-29 20:04:17 +0000 |
| commit | 6b91cafd7884e1bc5286f17a5c0e5c045130befb (patch) | |
| tree | 3f1934b87b8dfeaa572441c5cce21c1171c4e458 /web/models/mockpoints.js | |
| parent | b059abf10a8c04b90eeb457cea1f5589e607c25e (diff) | |
| parent | 834843e6179c94e25157f50d94c3ed3b41802b0b (diff) | |
Merge pull request #64 from csc301-winter-2019/feat/34
Feat/34
Diffstat (limited to 'web/models/mockpoints.js')
| -rw-r--r-- | web/models/mockpoints.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/models/mockpoints.js b/web/models/mockpoints.js index ac9ecd4..51bd422 100644 --- a/web/models/mockpoints.js +++ b/web/models/mockpoints.js @@ -10,7 +10,8 @@ var dumbJsonSchema = new Schema({ race: String, longhair: Boolean, longbeard: Boolean, - extra: String + extra: String, + status: String }); // Mongoose Model definition |
