diff --git a/init_mongo.js b/init_mongo.js index 7c366a0..16b41ee 100644 --- a/init_mongo.js +++ b/init_mongo.js @@ -57,8 +57,6 @@ db.addressable.createIndex({name: 1}, {unique: true}); db.createCollection("command"); db.createCollection("device"); db.device.createIndex({name: 1}, {unique: true}); -db.createCollection("deviceManager"); -db.deviceManager.createIndex({name: 1}, {unique: true}); db.createCollection("deviceProfile"); db.deviceProfile.createIndex({name: 1}, {unique: true}); db.createCollection("deviceReport");