Add telemetry database insertion
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
db = db.getSiblingDB("customer-db");
|
||||
|
||||
db.createCollection("systems");
|
||||
db.createCollection("messages");
|
||||
db.createCollection("clients");
|
||||
db.createCollection("rooms");
|
||||
db.createCollection("telemetry");
|
||||
db.createCollection("games");
|
||||
|
||||
|
||||
db.createUser({
|
||||
user: "user",
|
||||
pwd: "psk358xpg",
|
||||
|
||||
Reference in New Issue
Block a user