This commit is contained in:
2026-01-13 13:27:42 +03:00
parent 5e69454678
commit 4925283ede
27 changed files with 6236 additions and 260 deletions

3
scripts/mongo/00-init.js Normal file
View File

@@ -0,0 +1,3 @@
db.createCollection("logs");
db.createCollection("msg_logs");
db.createCollection("codes");