summaryrefslogtreecommitdiff
path: root/server/lib/schemas/Layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/schemas/Layout.js')
-rw-r--r--server/lib/schemas/Layout.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/schemas/Layout.js b/server/lib/schemas/Layout.js
index b096b85..33a5262 100644
--- a/server/lib/schemas/Layout.js
+++ b/server/lib/schemas/Layout.js
@@ -25,6 +25,7 @@ var LayoutSchema = new mongoose.Schema({
},
rooms: [mongoose.Schema.Types.Mixed],
startPosition: mongoose.Schema.Types.Mixed,
+ cameraHeight: { type: Number, default: 180 },
user_id: { type: mongoose.Schema.ObjectId, index: true },
created_at: { type: Date },
updated_at: { type: Date },