Skip to content

Commit

Permalink
FIX Remove Device ID index
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoranj committed Sep 9, 2016
1 parent 126e07f commit 08601b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
- Document TimeInstant entity attribute and metadata (#435)
- FIX Update device operation ignores static attributes (#438)
- FIX Logger modules not being singleton cause logging inconsistencies (#442)
- Remove Device ID Index (#445)
2 changes: 1 addition & 1 deletion lib/model/Device.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var mongoose = require('mongoose'),
Schema = mongoose.Schema;

var Device = new Schema({
id: { type: String, unique: true },
id: String,
type: String,
name: String,
lazy: Array,
Expand Down

0 comments on commit 08601b0

Please sign in to comment.