summaryrefslogtreecommitdiff
path: root/server/lib/schemas/Blueprint.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-25 18:32:14 -0400
committerJules Laplace <jules@okfoc.us>2015-08-25 18:32:14 -0400
commit630c08b712a2ace833217428f1ef20bddc0b975d (patch)
tree196f58ec99ace6e348148b6d5bc0408a11319fae /server/lib/schemas/Blueprint.js
parenta9bf197a6e8f91cc91d772238168d9be1beb3c4d (diff)
blueprint integration into project editor
Diffstat (limited to 'server/lib/schemas/Blueprint.js')
-rw-r--r--server/lib/schemas/Blueprint.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/schemas/Blueprint.js b/server/lib/schemas/Blueprint.js
index 76d0a09..3c3b0cc 100644
--- a/server/lib/schemas/Blueprint.js
+++ b/server/lib/schemas/Blueprint.js
@@ -51,6 +51,7 @@ var BlueprintSchema = new mongoose.Schema({
widthDimension: { type: Number },
heightDimension: { type: Number },
+ wallHeight: { type: Number },
units: { type: String },
line: { type: String },