Skip to content

Commit

Permalink
Fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aymen-mouelhi committed Mar 6, 2017
1 parent 3f53965 commit 4449a82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const stationSchema = new mongoose.Schema({
imsi: 'String',
meterType: 'String',
meterSerialNumber: 'String',
status: String,
consumption: Number,
connectors: [{
id: Number,
status: String,
consumption: Number
}]
}, {
strict: false
});
Expand Down

0 comments on commit 4449a82

Please sign in to comment.