diff options
| author | Ivan Shen <iwshen11@gmail.com> | 2019-03-28 19:38:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-28 19:38:23 +0000 |
| commit | 143891d8467bf80209255fd55da1739625583858 (patch) | |
| tree | 568e5fa7c38757ec64943aa4f37143728cba6eb7 /web/models/mockpoints.js | |
| parent | a4de620727d4e7d294ced1d1e1c956c0be8c0cd2 (diff) | |
| parent | 3dd064805b0c4930886a99dccc9d4d980e8c15e0 (diff) | |
Merge branch 'qa' into feat/28
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 |
