Skip to content

Commit 4aa4d40

Browse files
author
Jim White
committedNov 20, 2017
removed device manager from the init script
Signed-off-by: Jim White <james_white2@dell.com>
1 parent 7ab102b commit 4aa4d40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎init_mongo.js

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ db.addressable.createIndex({name: 1}, {unique: true});
5757
db.createCollection("command");
5858
db.createCollection("device");
5959
db.device.createIndex({name: 1}, {unique: true});
60-
db.createCollection("deviceManager");
61-
db.deviceManager.createIndex({name: 1}, {unique: true});
6260
db.createCollection("deviceProfile");
6361
db.deviceProfile.createIndex({name: 1}, {unique: true});
6462
db.createCollection("deviceReport");

0 commit comments

Comments
 (0)
Please sign in to comment.