mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
more graph work
This commit is contained in:
@@ -3,7 +3,7 @@ var mongoose = require('mongoose');
|
||||
var temperatureSchema = new mongoose.Schema({
|
||||
temperature: Number,
|
||||
humidity: Number,
|
||||
location: String,
|
||||
location: {type : String, default : "Undefined Location"},
|
||||
updated: {type: Date, default: Date.now}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user