Add webex message posting

This commit is contained in:
2026-01-02 00:03:46 +01:00
parent a0e974d511
commit 08afaa19ee
20 changed files with 34360 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
db = db.getSiblingDB("board-mate-db");
db.createCollection("messages");
db.createCollection("clients");
db.createCollection("rooms");
db.createCollection("telemetry");
db.createCollection("games");