Update init-mongo.js

This commit is contained in:
Fingadumbledore 2023-09-11 17:30:52 +02:00 committed by GitHub
parent 695ea7455c
commit cd91f70eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,4 @@ db = db.getSiblingDB('partyyy');
db.createCollection('mate');
db.createCollection('messages');
db.createCollection('events');
db.createCollection('systemMonitor');